{% extends "adminlte/page.html" %} {% load i18n %} {% block page_title %}{% trans 'Delete contact' %}{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}

{% blocktranslate with name=object.name %}Are you sure you want to delete {{ name }}? This cannot be undone.{% endblocktranslate %}

{% csrf_token %} {% trans 'Cancel' %}
{% endblock %}