{% extends "base.html" %} {% load static %} {% block title %}Delete {{ object.display_name }} - Confirm - {{ block.super }}{% endblock %} {% block content %}
This action will permanently delete the tenant and ALL associated data. This cannot be undone.
{{ 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" }}