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

{% blocktrans with th.root_post.subject|escape as subject and th.category.name as category %}Delete information about moved thread: {{ subject }} from category {{ category }}{% endblocktrans %}

{% csrf_token %}
{% trans "You're about to delete information about moved thread. Are you sure you want to do that?" %}
{% blocktrans with th.category.get_absolute_url as caturl %}or go back{% endblocktrans %}
{% endblock %}