{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Client Groups - Delete Client Group
Delete a client group from the system
Deleting {{ object.name }}
{% csrf_token %} Are you sure you wish to delete {{ object.name }}? {% buttons %} Cancel {% endbuttons %}
{% endblock %}