{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block pybb_head_extra %} {% include "pybb/markitup_resources.html" %} {% endblock %} {% block pybb_content %} {% if user.pybb_profile.is_banned %} {% trans 'You banned' %} {% else %}
{% if forum %} {% trans "Root" %} / {% pybb_link forum.category %} / {% pybb_link forum %} {% else %} {% trans "Root" %} / {% pybb_link topic.forum.category %} / {% pybb_link topic.forum %} / {% pybb_link topic %} {% endif %}

{% if forum %}{% trans "New topic" %}{% else %}{% trans "New reply" %}{% endif %}

{% include "pybb/add_post_form.html" %} {% endif %} {% endblock %}