{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block pybb_title %}{{ topic }}{% endblock %} {% block pybb_head_extra %} {% include "pybb/markitup_resources.html" %} {% endblock %} {% block pybb_content %}
{% trans "Root" %} / {% pybb_link topic.forum.category %} / {% pybb_link topic.forum %} / {% pybb_link 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/add_post_form.html" %} {% endif %} {% endif %} {% endif %} {% endblock %}