{% extends 'pybb/base.html' %} {% load pybb_tags %} {% load i18n %} {% block pybb_title %}{{ topic }}{% endblock %} {% block pybb_head_extra %} {% endblock %} {% block pybb_crumbs %} Начало » Форум » {{ topic.forum.category }} » {{ topic.forum }} {% endblock %} {% block pybb_content %}

{{ topic }}

{% with _('Posts') as label %} {% include "pybb/pagination.html" %} {% endwith %} {% with _('Posts') as label %} {% include "pybb/pagination.html" %} {% endwith %} {% if user.is_authenticated %}
{% if moderator %} {% if topic.sticky %} {% trans "Unstick topic" %} / {% else %} {% trans "Stick topic" %} / {% endif %} {% if topic.closed %} {% trans "Open topic" %} / {% else %} {% trans "Close topic" %} / {% endif %} {% trans 'Merge topics' %} / {% endif %} {% if subscribed %} {% trans "Unsubscribe" %} {% else %} {% trans "Subscribe" %} {% endif %}
{% endif %} {% if user.is_authenticated %} {% if not user.pybb_profile.is_banned %} {% if not topic.closed %} {% include "pybb/post_form.html" %} {% endif %} {% endif %} {% endif %} {% endblock %}