{% extends "base.html" %} {% block title %} Delete Supplier {% endblock title %} {% block content %}
{% csrf_token %}
Delete Supplier

Are you sure you want to delete the Supplier "{{ object.name }}"?

Cancel
{% endblock content %}