{% extends "spirit/_base.html" %} {% load spirit_tags i18n %} {% block title %}{% trans "Private topics" %}{% endblock %} {% block content %}
{% include "spirit/topic/private/_top_bar.html" with active="participating" %} {% include "spirit/topic/_render_list.html" %} {% render_paginator topics %}
{% endblock %}