{% extends base_template_path %} {% load nominopolitan %} {% load partials %} {% block content %} {% partial nm_content %} {% endblock %} {% partialdef nm_content %}

Are you sure you want to delete the following {{ object_verbose_name }}?

{{ object }}

{% csrf_token %} {# Add hidden fields for all current GET params except csrf, page, and form fields #} {% for key, values in request.GET.lists %} {% if key != 'csrfmiddlewaretoken' and key != 'page' %} {% for value in values %} {% endfor %} {% endif %} {% endfor %} {{ form }}
{% endpartialdef nm_content %}