{% extends 'pybb/base.html' %} {% load pybb_tags %} {% load i18n %} {% block pybb_content %}
{% trans "Root" %} / {{ post.topic.forum.category }} / {{ post.topic.forum }} / {{ post.topic }}

{% trans "Editing the post" %}

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

{% endblock %}