{% extends 'pybb/base.html' %} {% load i18n pybb_tags %} {% block title %} {% if forum %}{% trans "New topic" %}{% else %}{% trans "New reply" %}{% endif %} {% endblock %} {% block extra_script %} {{ block.super }} {% include "pybb/_markitup.html" %} {% endblock %} {% block breadcrumb %} {% if forum %} {% with object=forum extra_crumb="New topic" %} {% include 'pybb/breadcrumb.html' %} {% endwith %} {% else %} {% with object=topic extra_crumb="New reply" %} {% include 'pybb/breadcrumb.html' %} {% endwith %} {% endif %} {% endblock %} {% block content %}