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