{% extends "base.html" %} {% load static %} {% block title %}Delete {{ object.display_name }} - Confirm - {{ block.super }}{% endblock %} {% block content %}

Delete Tenant

Tenant to be Deleted

{{ object.name }}

{{ object.display_name }}

{{ object.get_organization_type_display }}

{% if object.is_active %} Active {% else %} Inactive {% endif %}

{{ object.tenant_id }}

{{ object.created_at|date:"F d, Y \a\t H:i" }}

Deletion Impact Assessment

{{ impact.total_users|default:0 }}

Users

{{ impact.total_patients|default:0 }}

Patients

{{ impact.total_appointments|default:0 }}

Appointments

{{ impact.total_records|default:0 }}

Medical Records
Data to be Permanently Deleted:
  • User accounts and authentication data
  • Patient records and medical history
  • Appointments and scheduling data
  • Billing information and financial records
  • Medical records and clinical data
  • System configurations and customizations
  • Audit logs and activity history
  • File uploads and attachments
Prerequisites Check
Final Confirmation
{% csrf_token %}
Please type the exact tenant name to confirm deletion.
This will be logged for audit purposes.
Cancel
{% endblock %}