{% extends 'pybb/base.html' %} {% load i18n %} {% block title %} Delete post - {{ block.super }} {% endblock %} {% block content %}

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

{{ post.body_html|safe }}

{% endblock %}