{% extends "site_base.html" %} {% load i18n bootstrap %} {% block head_title %}Confirm Delete: {{ document.name }}{% endblock %} {% block body_class %}documents{% endblock %} {% block body %}

{% trans "Delete Document?" %}

{% include "pinax/documents/_breadcrumbs.html" with member=document %} {% url member.delete_url as post_url %}

{{ document.name }}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}