{% extends "pybb/base.html" %} {% load url from future %} {% load pybb_tags i18n guardian_tags %} {% block title %}{{ topic }}{% endblock %} {% block extra_script %} {{ block.super }} {% include "pybb/_sceditor.html" %} {% endblock %} {% block breadcrumb %} {% with object=topic %} {% include "pybb/breadcrumb.html" %} {% endwith %} {% endblock %} {% block content %} {% get_obj_perms request.user for topic.forum as "forum_perms" %}