{% load url from future %} {% load i18n %} {% if content_object %}
{% csrf_token %}

{% trans "You are about to report:" %} {{ content_object }}

{{ form.as_p }}
{% else %}

{% trans "Thank you!" %}

{% include "feedback_form/partials/form_content.html" %}
{% endif %}