{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Delete Supplier" %}{% endblock title %} {% block content %}

{% trans "Delete Supplier" %}

{% trans "Are you sure you want to delete this supplier?" %}

{% csrf_token %} {% trans "Cancel" %}
{% endblock %}