{% extends "pybb/base.html" %} {% load i18n pybb_tags guardian_tags %} {% block extra_script %} {{ block.super }} {% include "pybb/_sceditor.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 %} {% include "pybb/post/form.html" %} {% if topic %} {% get_obj_perms request.user for topic.forum as "forum_perms" %}