2018-04-05 23:22:49 +02:00
|
|
|
{{#with user_group}}
|
|
|
|
<div class="user-group white-box ntm" id="{{id}}">
|
|
|
|
<h4>
|
|
|
|
<span class="name" data-placeholder="{{t 'Name' }}">{{name}}</span>
|
|
|
|
—
|
|
|
|
<span class="description" data-placeholder="{{t 'Description' }}">{{description}}</span>
|
|
|
|
</h4>
|
2018-08-22 00:31:48 +02:00
|
|
|
<p class="subscribers">{{t 'Subscribers' }}</p>
|
2018-08-18 06:23:53 +02:00
|
|
|
<div class="pill-container not-editable" data-group-pills="{{id}}"></div>
|
2018-04-05 23:22:49 +02:00
|
|
|
</div>
|
|
|
|
{{/with}}
|