{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Delete Acknowledgement" %} - PX360{% endblock %} {% block content %}

{% trans "Delete Acknowledgement" %}

{% trans "Confirm deletion" %}

{% trans "Are you sure?" %}

{% trans "You are about to delete:" %}

"{{ acknowledgement.title }}"

{% trans "This action cannot be undone. All signature records for this acknowledgement will also be deleted." %}

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