{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Brands - Delete Brand
Delete a brand from the system
Deleting {{ object.name }}
{% csrf_token %} Are you sure you wish to delete {{ object.name }}? This will irrevocably delete the brand and any associated information. You can also disable the brand without deleting its data! {% buttons %} Cancel {% endbuttons %}
{% endblock %}