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