{% extends "pinax/documents/base.html" %} {% block body_class %}{{ block.super }} pinax-documents-document-delete{% endblock %} {% load i18n bootstrap %} {% block head_title %}Confirm Delete: {{ document.name }}{% endblock %} {% block body %}

{{ document.name }}

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