{% extends "tinyforum/base.html" %} {% load fineforms i18n static %} {% block extra-body-class %}forum{% endblock %} {% block lead-title %}

{% trans "Moderation" %}

{% endblock %} {% block main-region-content %}
{% if object_list %} {% else %}

{% trans 'Yay, all reports have been handled!' %}

{% trans 'Note! Your own reports, if there are any, are not visisble to you.' %}

{% endif %} {% include "tinyforum/pagination.html" %}
{% endblock %}