{% extends 'base.html' %} {% block title %}Confirm Delete Client -RuralPointADVANCE{% endblock %} {% block content %}
Choose an action for {{ client.get_full_name }}:
Name: {{ client.get_full_name }}
Email: {{ client.email }}
Phone: {{ client.phone_number }}
Status: {{ client.get_status_display }}
Mark the client as blacklisted. They will no longer be able to access the system, but their data will be preserved for audit purposes.
⚠️ WARNING: This action will permanently delete the client and all their associated data. This action cannot be undone.