{% comment %}{% endcomment %}
Flag this item ...
{% if flag_counts %}
This item has already been flagged for moderation:
{% for dict in flag_counts %} {{ dict.reason|title }}: {{ dict.count }}{% if not forloop.last %},{% endif %} {% endfor %}
{% endif %}
{% if flag_counts %}
Site administrators will review this item soon. You can still add a flag if you like.
{% endif %}
{% csrf_token %} {% if form.errors %}
Please correct the errors below:
{% endif %} {{ form.as_table }}