{{plugin-outlet name="flagged-topics-before" noTags=true args=(hash flaggedTopics=flaggedTopics)}} {{plugin-outlet name="flagged-topic-header-row" noTags=true}} {{#each flaggedTopics as |ft|}} {{plugin-outlet name="flagged-topic-row" noTags=true args=(hash topic=ft.topic)}} {{/each}}
{{i18n "admin.flags.flagged_topics.topic"}} {{i18n "admin.flags.flagged_topics.type"}} {{I18n "admin.flags.flagged_topics.users"}} {{i18n "admin.flags.flagged_topics.last_flagged"}}
{{replace-emoji ft.topic.fancy_title}} {{#each ft.flag_counts as |fc|}}
{{post-action-title fc.post_action_type_id fc.name_key}} x{{fc.count}}
{{/each}}
{{flagged-topic-users users=ft.users tagName=""}} {{format-age ft.last_flag_at}} {{#link-to "adminFlags.topics.show" ft.id class="btn d-button no-text btn-small btn-primary show-details" title=(i18n "admin.flags.show_details")}} {{d-icon "list"}} {{i18n "admin.flags.details"}} {{/link-to}}