{% extends "sphene/sphboard/base.html" %} {% load i18n %} {% load sphboard_extras %} {% block content %} {% sphboard_displayBreadcrumbsForThread thread 1 %}

{% blocktrans with post.subject|escape as subject %}Delete post: {{ subject }} by {% endblocktrans %}{% sphboard_displayUserName post.author %}

{% csrf_token %}
{% if post.thread %} {% trans "Deleted post won't be visible to anyone. Are you sure you want to do that?" %} {% else %} {% trans "You're trying to delete the root post of thread. All posts under it will be deleted too. Deleted post won't be visible to anyone. Are you sure you want to do that?" %} {% endif %}
{% blocktrans with post.get_absolute_url as posturl %}or go back to thread{% endblocktrans %}
{% endblock %}