mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
<div id="admin-user-list" class="settings-section" data-name="user-list-admin">
 | 
						|
 | 
						|
    <div class="alert-notification" id="user-field-status"></div>
 | 
						|
    <div class="clear-float"></div>
 | 
						|
 | 
						|
    <div class="settings_panel_list_header">
 | 
						|
        <h3>{{t "Users"}}</h3>
 | 
						|
        <input type="text" class="search" placeholder="{{t 'Filter users' }}" aria-label="{{t 'Filter users' }}"/>
 | 
						|
    </div>
 | 
						|
 | 
						|
    <div class="progressive-table-wrapper" data-simplebar>
 | 
						|
        <table class="table table-condensed table-striped wrapped-table">
 | 
						|
            <thead class="table-sticky-headers">
 | 
						|
                <th class="active" data-sort="alphabetic" data-sort-prop="full_name">{{t "Name" }}</th>
 | 
						|
                <th {{#if can_sort_by_email}}data-sort="email"{{/if}}>{{t "Email" }}</th>
 | 
						|
                <th class="user_id" data-sort="id">{{t "User ID" }}</th>
 | 
						|
                <th class="user_role" data-sort="role">{{t "Role" }}</th>
 | 
						|
                <th class="last_active" data-sort="last_active">{{t "Last active" }}</th>
 | 
						|
                {{#if is_admin}}
 | 
						|
                <th class="actions">{{t "Actions" }}</th>
 | 
						|
                {{/if}}
 | 
						|
            </thead>
 | 
						|
            <tbody id="admin_users_table" class="admin_user_table required-text thick"
 | 
						|
              data-empty="{{t 'No users match your current filter.' }}"></tbody>
 | 
						|
        </table>
 | 
						|
    </div>
 | 
						|
    <div id="admin_page_users_loading_indicator"></div>
 | 
						|
</div>
 |