{% extends 'django_pdf_overlay/base.html' %} {% block content %}

Confirm Deletion of {{ object.name }}

{% csrf_token %} {% if object.file %}

This will delete the PDF located in: {{ object.file.path }}

{% with object.pages.count as tpc %}

{{ tpc }} page thumbnail{{ tpc|pluralize:",s" }} and {{ object.total_fields_counter }} field{{ object.total_fields_counter|pluralize:",s" }} across all pages will also be permanently deleted.

{% endwith %} {% endif %}
Cancel
{% endblock %}