{% extends "spirit/_base.html" %} {% load spirit_tags i18n tz %} {% block title %}{{ p_user.st.nickname }} {% trans "comments" %}{% endblock %} {% block content %}
{% include "spirit/user/_profile.html" with active_tab=0 %} {% include "spirit/user/_render_comments_list.html" %} {% render_paginator comments %}
{% endblock %}