{{plugin-outlet name="flagged-topics-before" noTags=true args=(hash flaggedTopics=flaggedTopics)}} {{#if flaggedTopics}}
{{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"}} | {{#each flaggedTopics as |ft|}} |
---|---|---|---|---|
{{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}} |