{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {# This template is used to add posts or topics in a separate view #} {% block title %} {% if forum %} {% trans "New Topic" %} {% else %} {%if post %} {% trans "Edit Reply" %} {% else %} {% trans "New Reply" %} {% endif %} {% endif %} - {{ block.super }} {% endblock %} {% block content %}