{% load spirit_tags i18n %} {% include "spirit/comment/flag/admin/_tabs.html" with active_tab=active_tab %}
{% for f in flags %}
{{ f.comment.topic.title }} {% trans "moderate" %}
{% endfor %}
{% render_paginator flags %}