{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block 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 %}