{% extends 'pybb/base.html' %} {% load i18n %} {% block title %} {% trans "Delete Post" %} - {{ block.super }} {% endblock %} {% block content_header %}

{% trans "Delete Post" %}

{% endblock %} {% block content_main %}

{% trans "Are you sure you want to delete this message?" %}

{{ post.body_html|safe }} {% if post.attachments.all %} {% include 'pybb/inlines/attachment.html' %} {% endif %}

{% csrf_token %}
{% endblock %}