{% extends CYCLOPE_DEFAULT_TEMPLATE %} {% load i18n cyclope_utils crispy_forms_tags %} {% block content%}

{% trans "report abuse"|capfirst %}

{% if not form %}
{% if already_reported %} {% trans "you have already reported this content."|capfirst %} {% else %}{% trans "thanks for reporting!"|capfirst %}{% endif %}
{% trans "return"|capfirst %}
{% endif %}
{% if form %} {% crispy form %} {% endif %}
{% endblock %}