{% extends 'pybb/base.html' %} {% load pybb_tags %} {% block content %}

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

{{ post.body_html|safe }}
{% csrf_token %}

← {% trans "No, take me back" %}

{% endblock content %}