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

Delete Label

Are you sure you want to delete the label "{{ object.name }}"? This label will be removed from all contacts and conversations.

{% csrf_token %}
Cancel
{% endblock %}