mirror of https://github.com/zulip/zulip.git
16 lines
592 B
Handlebars
16 lines
592 B
Handlebars
<div id="admin-user-list" class="settings-section" data-name="user-list-admin">
|
|
<div class="settings-section-title"><i class="icon-vector-user settings-section-icon"></i>
|
|
{{t "Users" }}</div>
|
|
<table class="table table-condensed table-striped wrapped-table">
|
|
<tbody id="admin_users_table" class="admin_user_table">
|
|
<th class="wrapped-cell">{{t "Name" }}</th>
|
|
<th>{{t "Email" }}</th>
|
|
<th class="last_active">{{t "Last active" }}</th>
|
|
{{#if is_admin}}
|
|
<th>{{t "Actions" }}</th>
|
|
{{/if}}
|
|
</tbody>
|
|
</table>
|
|
<div id="admin_page_users_loading_indicator"></div>
|
|
</div>
|