{{#each f in flagsAvailable itemController="flag-action-type"}} {{#if f.isNotifyUser}}

{{f.formattedName}}

{{#if f.showMessageInput}} {{textarea name="message" class="flag-message" placeholder=f.customPlaceholder value=f.message}}
{{f.customMessageLength}}
{{/if}}
{{#if staffFlagsAvailable}}

{{i18n 'flagging.notify_staff'}}

{{/if}} {{else}}
{{#if f.showMessageInput}} {{textarea name="message" class="flag-message" placeholder=f.customPlaceholder value=f.message}}
{{f.customMessageLength}}
{{/if}}
{{/if}} {{else}} {{i18n 'flagging.cant'}} {{/each}}
{{#if canTakeAction}} {{/if}} {{#if canDeleteSpammer}} {{/if}}