{{#if controller.showApproval}}
{{#if can_approve}}
{{view Ember.Checkbox checkedBinding="selected"}}
{{/if}}
|
{{/if}}
{{avatar this imageSize="small"}}
|
{{unbound username}} |
{{shorten email}} |
{{{unbound last_emailed_age}}} |
{{{unbound last_seen_age}}} |
{{{unbound topics_entered}}} |
{{{unbound posts_read_count}}} |
{{{unbound time_read}}} |
{{{unbound created_at_age}}} |
{{#if controller.showApproval}}
{{#if approved}}
{{i18n yes_value}}
{{else}}
{{i18n no_value}}
{{/if}}
|
{{/if}}
{{#if admin}}{{/if}} |
|
{{/each}}