{% extends "adminlte/page.html" %} {% load i18n %} {% block page_title %}{% trans 'Delete contact' %}{% endblock %} {% block breadcrumb %}
{% blocktranslate with name=object.name %}Are you sure you want to delete {{ name }}? This cannot be undone.{% endblocktranslate %}