{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Closed flags" %}{% endblock %} {% block content %}
{% include "spirit/admin/_nav_menu.html" with active="flags" %}

{% trans "Closed flags" %}

{% include "spirit/comment/flag/admin/_list.html" with active_tab="closed" %}
{% endblock %}