{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block content %}
{% 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" %} {% endblock %}