{% extends "spirit/_base.html" %} {% load spirit_tags i18n %} {% block title %}{{ p_user.st.nickname }} {% trans "topics" %}{% endblock %} {% block content %} {% include "spirit/user/_profile.html" with active_tab=1 %} {% include "spirit/topic/_render_list.html" %} {% render_paginator topics %} {% endblock %}