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

Delete {{ object.name }}?

Are you sure you want to delete this product? This will remove the local record, but it will not affect the product in your Meta Catalog.

{% csrf_token %} Cancel
{% endblock %}