{% extends "django_pettycash/dpc_base.html" %} {% load url from future %} {% load i18n %} {% block content %}

{% trans "Entry deletion:" %} {{object}}

{% csrf_token %}

{% trans "Are you sure you want to delete this entry?" %}

{% if perms.django_pettycash.delete_entry %} {% endif %}
{% endblock content %}