{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block content %}

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

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