{% extends "spirit/_base.html" %} {% load spirit_tags i18n %} {% block title %}{{ topic.title }}{% endblock %} {% block content %}

{{ topic.title }}

{% ifequal user.pk topic.user.pk %}
{% render_invite_form topic %}
{% endifequal %} {% include "spirit/comment/_render_list.html" %} {# this can be *included* here and in topic_detail #}
{% include "spirit/comment/_avatar.html" with u=user only %}
{{ user.st.nickname }}
{{ user.get_full_name }}
{% render_comments_form topic=topic %}
{% endblock %}