{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block content %}
{% trans "Root" %} / {% pybb_link topic.forum.category %} / {% pybb_link topic.forum %} / {% pybb_link topic %}
{% pybb_pagination _('Posts') %} {% pybb_pagination _('Posts') %}
{% if moderator %} {% if topic.sticky %} {% trans "Unstick topic" %} {% else %} {% trans "Stick topic" %} {% endif %} / {% if topic.closed %} {% trans "Open topic" %} {% else %} {% trans "Close topic" %} {% endif %} / {% endif %} {% if user.is_authenticated %} {% if subscribed %} {% trans "Unsubscribe" %} {% else %} {% trans "Subscribe" %} {% endif %} {% endif %}
{% if user.is_authenticated %} {% if not topic.closed %} {% include "pybb/add_post_form.html" %} {% endif %} {% endif %} {% endblock %}