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

{% trans "Open flags" %}

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