{% extends "site_base.html" %} {% load i18n bootstrap %} {% block head_title %}Confirm Delete: {{ thread.subject }}{% endblock %} {% block body_class %}threads{% endblock %} {% block body %}
{% trans "Are you sure you want to delete this thread?" %}
{{ thread }}
{% endblock %}