{{#if hasSelection}}
{{/if}}

{{title}}

{{text-field value=listFilter placeholder=searchHint}} {{#unless showEmails}}
{{/unless}}
{{#conditional-loading-spinner condition=refreshing}} {{#if model}} {{#if showApproval}} {{/if}} {{#if showApproval}} {{/if}} {{#each user in model}} {{#if controller.showApproval}} {{/if}} {{#if showApproval}} {{/if}} {{/each}}
{{input type="checkbox" checked=selectAll}}  {{i18n 'username'}} {{i18n 'email'}} {{i18n 'admin.users.last_emailed'}} {{i18n 'last_seen'}} {{i18n 'admin.user.topics_entered'}} {{i18n 'admin.user.posts_read_count'}} {{i18n 'admin.user.time_read'}} {{i18n 'created'}}{{i18n 'admin.users.approved'}} 
{{#if user.can_approve}} {{input type="checkbox" checked=user.selected}} {{/if}} {{avatar user imageSize="small"}} {{#link-to 'adminUser' user}}{{unbound user.username}}{{/link-to}} {{{unbound user.email}}} {{{unbound user.last_emailed_age}}} {{{unbound user.last_seen_age}}} {{{unbound user.topics_entered}}} {{{unbound user.posts_read_count}}} {{{unbound user.time_read}}} {{{unbound user.created_at_age}}} {{#if user.approved}} {{i18n 'yes_value'}} {{else}} {{i18n 'no_value'}} {{/if}} {{#if user.admin}}{{/if}} {{#if user.moderator}}{{/if}}
{{else}}

{{i18n 'search.no_results'}}

{{/if}} {{/conditional-loading-spinner}}