{% extends "base.html" %} {% load static %} {% block page_head %} Delete Product / Service | Indous Technologies {% endblock page_head %} {% block content %}

Delete Product / Service

Back to List

Are you sure you want to delete "{{ product.name }}"?

{% csrf_token %} Cancel
{% endblock content %}