{% load i18n %} {% load static %} {% load flag_tags %} {% if user.is_anonymous %} {% get_login_url as login_url %} {% include "flag/flag_icon.html" %} {% else %}
{% include "flag/flag_icon.html" %}
×
{% trans "Report this content" %}
{% csrf_token %} {% for reason in flag_reasons %}
{% endfor %}
{% endif %}