{{i18n "admin.flags.flagged_by"}}
{{#each this.flaggedPost.post_actions as |postAction|}}
{{post-action-title postAction.post_action_type_id postAction.name_key }}
{{/each}}
{{#if this.showResolvedBy}}
{{i18n "admin.flags.resolved_by"}}
{{#each this.flaggedPost.post_actions as |postAction|}} {{disposition-icon postAction.disposition}} {{#if postAction.staff_took_action}} {{d-icon "gavel" title="admin.flags.took_action"}} {{/if}} {{/each}}
{{/if}}