2017-11-17 04:31:37 +01:00
|
|
|
{{#with user_group}}
|
2018-01-13 19:38:30 +01:00
|
|
|
<div class="user-group white-box" id="{{id}}">
|
2018-08-25 00:32:13 +02:00
|
|
|
<div class="alert user-group-status"></div>
|
2017-12-19 04:02:31 +01:00
|
|
|
<h4>
|
2018-01-03 19:14:20 +01:00
|
|
|
<span class="name" data-placeholder="{{t 'Name' }}" contenteditable="true" spellcheck="false">{{name}}</span>
|
2018-08-22 00:31:48 +02:00
|
|
|
<span class="spacer">—</span>
|
2018-01-03 19:14:20 +01:00
|
|
|
<span class="description" data-placeholder="{{t 'Description' }}" contenteditable="true">{{description}}</span>
|
2018-08-22 00:31:48 +02:00
|
|
|
<button class="button save-status sea-green small">
|
2018-03-15 12:10:07 +01:00
|
|
|
<img class="checkmark" src="/static/images/checkbox-green.svg" />
|
|
|
|
{{t 'Saved' }}
|
|
|
|
</button>
|
2018-08-22 00:31:48 +02:00
|
|
|
<button class="button save-status btn-danger small">
|
2018-03-15 12:56:31 +01:00
|
|
|
{{t 'Discard changes' }}
|
2017-12-19 04:02:31 +01:00
|
|
|
</button>
|
|
|
|
<button class="button rounded small delete btn-danger">
|
2018-03-14 17:22:19 +01:00
|
|
|
{{t 'Delete' }}
|
2017-12-19 04:02:31 +01:00
|
|
|
</button>
|
|
|
|
</h4>
|
2018-08-22 00:31:48 +02:00
|
|
|
<p class="subscribers">{{t 'Subscribers' }}</p>
|
|
|
|
<div class="pill-container" data-group-pills="{{id}}">
|
|
|
|
<div class="input" contenteditable="true" data-placeholder="{{t 'Add member...' }}"></div>
|
|
|
|
</div>
|
|
|
|
<p class="save-instructions">
|
|
|
|
{{t 'Click outside the input box to save. We\'ll automatically notify anyone that was added or removed.'}}
|
2018-01-03 19:14:20 +01:00
|
|
|
</p>
|
2017-11-17 04:31:37 +01:00
|
|
|
</div>
|
|
|
|
{{/with}}
|