{% extends 'base.html' %} {% block title %}Confirm Delete Client -RuralPointADVANCE{% endblock %} {% block content %}

Client Action Options

Choose an action for {{ client.get_full_name }}:

Client Details

Name: {{ client.get_full_name }}

Email: {{ client.email }}

Phone: {{ client.phone_number }}

Status: {{ client.get_status_display }}

Blacklist Client

Mark the client as blacklisted. They will no longer be able to access the system, but their data will be preserved for audit purposes.

{% csrf_token %}

Permanently Delete Client

⚠️ WARNING: This action will permanently delete the client and all their associated data. This action cannot be undone.

{% csrf_token %}
{% endblock %}