{% extends 'pybb/base.html' %} {% load pybb_tags %} {% load i18n %} {% block title %} {% trans "Editing the post" %} {% endblock title %} {% block head %} {{ block.super }} {% include "pybb/markitup.html" %} {% endblock head %} {% block content %}
{% trans "Root" %} / {% pybb_link post.topic.forum.category %} / {% pybb_link post.topic.forum %} / {% pybb_link post.topic %}

{% trans "Editing the post" %}

{% csrf_token %}
{% trans "Editing the post" %} {{ form.as_p }}
{% for smile, url in form.aviable_smiles.items %} {% endfor %}

{% if PYBB_BUTTONS.save %} {% else %} {% endif %}

{% endblock content %}