{{#if hasSelection}}
{{input type="checkbox" checked=selectAll}} | {{/if}}{{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'}} | {{#if showApproval}}{{i18n 'admin.users.approved'}} | {{/if}}||
---|---|---|---|---|---|---|---|---|---|---|---|
{{#if user.can_approve}} {{input type="checkbox" checked=user.selected}} {{/if}} | {{/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 showApproval}}{{#if user.approved}} {{i18n 'yes_value'}} {{else}} {{i18n 'no_value'}} {{/if}} | {{/if}}{{#if user.admin}}{{/if}} {{#if user.moderator}}{{/if}} |
{{i18n 'search.no_results'}}
{{/if}} {{/loading-spinner}}