{% extends "django_meta_whatsapp/base.html" %} {% block title %}Delete Contact{% endblock %} {% block page_title %}Delete Contact{% endblock %} {% block content %}

Delete contact?

{{ object.name|default:object.phone }}

This will permanently delete the contact and all associated data. This cannot be undone.

{% csrf_token %} Cancel
{% endblock %}