{{html-safe (i18n "admin.user.other_matches" (hash count=this.user.similar_users_count username=this.user.username) ) }}

{{#each this.user.similar_users as |user|}} {{/each}}
{{i18n "username"}} {{i18n "last_seen"}} {{i18n "admin.user.topics_entered"}} {{i18n "admin.user.posts_read_count"}} {{i18n "admin.user.time_read"}} {{i18n "created"}}
{{avatar user imageSize="small"}} {{user.username}} {{format-duration user.last_seen_age}} {{number user.topics_entered}} {{number user.posts_read_count}} {{format-duration user.time_read}} {{format-duration user.created_at_age}}