{% extends "spirit/_base.html" %} {% load spirit_tags i18n %} {% block title %}{% trans "Created private topics" %}{% endblock %} {% block content %} {% include "spirit/topic_private/_top_bar.html" with active="left" %}
{% for t in topics %}
{{ t.title }} {% trans "join" %}
{% empty %}

{% trans "There are no topics here, yet" %}

{% endfor %}
{% render_paginator topics %} {% endblock %}