{% set selection = request.args.get('reason') if request.method != 'POST' %} {% set selection_description = description_text(report_reasons, selection) if selection and report_reasons %}
{% block heading %}

Report

{% endblock %}

{% if selection %}

You are about to submit a report for: {{ selection_description }}.

You hereby guarantee {{ app_name }} that your report is made in good faith and not duplicate.

{{ app_name }} removes content in violation of our Community Guidelines.

{% block report_data %}{% endblock %}
{% else %}
{% block options %} {% endblock %}
{% endif %}