{{extend 'zlayout.html'}}
{{=XML(T('To sort this table click on any of the column headers'))}}.
{{=XML(T('Note: Disabled Members will appear in a darker shade of gray'))}}.
ID | {{=XML(T('Username'))}} | {{=XML(T('Email'))}} | {{=XML(T('Roles'))}} | {{=XML(T('Posts'))}} | {{=XML(T('Replies'))}} | {{=XML(T('Join Date'))}} | |
---|---|---|---|---|---|---|---|
{{=idx + 1}} | {{=user.auth_alias}} | {{=user.auth_email}} | {{=view_info['users'][user.auth_alias]['roles']}} | {{=view_info['users'][user.auth_alias]['posts']}} | {{=view_info['users'][user.auth_alias]['replies']}} | {{=view_info['users'][user.auth_alias]['join_date']}} |
{{=XML(T('No users were found'))}}.
{{pass}}