{{text-field value=username placeholder=searchHint}}
{{#if hasSelection}}
{{/if}}

{{title}}

{{#loading-spinner condition=loading}} {{#if model.length}} {{#if showApproval}} {{/if}} {{#if showApproval}} {{/if}} {{#each model}} {{#if controller.showApproval}} {{/if}} {{#if showApproval}} {{/if}} {{/each}}
{{view Ember.Checkbox checkedBinding="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 can_approve}} {{view Ember.Checkbox checkedBinding="selected"}} {{/if}} {{#link-to 'adminUser' this}}{{avatar this imageSize="small"}}{{/link-to}} {{#link-to 'adminUser' this}}{{unbound username}}{{/link-to}} {{{unbound email}}} {{{unbound last_emailed_age}}} {{{unbound last_seen_age}}} {{{unbound topics_entered}}} {{{unbound posts_read_count}}} {{{unbound time_read}}} {{{unbound created_at_age}}} {{#if approved}} {{i18n yes_value}} {{else}} {{i18n no_value}} {{/if}} {{#if admin}}{{/if}} {{#if moderator}}{{/if}}
{{else}}

{{i18n search.no_results}}

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