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

{% if topic.is_pinned or topic.is_globally_pinned %} {% endif %} {% if topic.is_closed %} {% endif %} {{ topic.title }} {% if user.st.is_moderator %} {% trans "edit" %} {% elif user.pk == topic.user.pk and not topic.is_closed %} {% trans "edit" %} {% endif %}

{% if user.st.is_moderator %}
{% endif %} {% include "spirit/comment/_render_list.html" %} {% if user.st.is_moderator %} {% endif %} {% if user.is_authenticated %} {% if not topic.is_closed %}
{{ user.st.nickname }}
{{ user.get_full_name }}
{% render_comments_form topic=topic %}
{% endif %} {% endif %}
{% endblock %}