{% macro flag_form(post_target, identifier, content_moderation=False) %} {{ _('Report Abuse') }} {{ _('Report this') }} {% csrf_token %} {{ _('Spam or other unrelated content') }} {{ _('Inappropriate language/dialog') }} {% if content_moderation %} {{ _('Misplaced bug report or support request') }} {% endif %} {{ _('Abusive content') }} {{ _('Other (please specify)') }} {{ _('Submit') }} {% endmacro %}