{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Deleted Topics" %}{% endblock %} {% block content %} {% include "spirit/admin/_side_menu.html" with active="topics" %}

{% trans "Deleted topics" %}

{% include "spirit/admin/topic/_tabs.html" with active_tab="deleted" %} {% include "spirit/topic/_render_page_list.html" %} {% endblock %}