{% extends 'base.html' %} {% block title %}{{ _('Recent reports') }} - CritiqueBrainz{% endblock %} {% block content %}

{{ _('Recent reports') }}

{% include 'reports/reports_results.html' %}
{{ _('Reported on') }} {{ _('Reported by') }} {{ _('Reason') }} {{ _('Review') }} {{ _('Author') }} {{ _('Actions') }}
{% if count > limit %}
{% endif %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}