{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block pybb_head_extra %} {% with post.markup as markup %} {% include "markitup_resources.html" %} {% endwith %} {% endblock %} {% block pybb_content %}
{% trans "Root" %} / {% pybb_link post.topic.forum.category %} / {% pybb_link post.topic.forum %} / {% pybb_link post.topic %}

{% trans "Editing the post" %}

{% trans "Editing the post" %} {{ form.as_p }}

{% endblock %}