{% extends "admin/elements/nitty_gritty.html" %} {% load i18n foundation next_url %} {% block contextual_title %} {% blocktrans with thing_to_delete=thing_to_delete|truncatewords:5 %} Delete "{{ thing_to_delete }}" {% endblocktrans %} {% endblock contextual_title %} {% block title-section %} {% blocktrans with thing_to_delete=thing_to_delete|truncatewords:5 %} Delete "{{ thing_to_delete }}" {% endblocktrans %} {% endblock title-section %} {% block breadcrumbs %} {{ block.super }} {% endblock breadcrumbs %} {% block nitty %} {% endblock nitty %} {% block gritty_h2 %} {% trans "Confirmation" %} {% endblock gritty_h2 %} {% block gritty_form %}

{% blocktrans %} Are you sure you want to delete "{{ thing_to_delete }}"? {% endblocktrans %}

{{ form }}
{% include "elements/button_yes_delete.html" %} {% include "elements/a_no_go_back.html" with href=request.GET.next %}
{% endblock gritty_form %}