{% import "macros/alerts.html" as alerts %} {% import "macros/buttons.html" as buttons %} {% import "macros/modal.html" as modal %} {% import "macros/icons.html" as icons %} {% extends "admin/tenants/list.html" %} {% block head_title_content %}{{ tenant.name }} ยท {{ super() }}{% endblock %} {% set open_modal = true %} {% block modal %} {% call modal.delete_modal_core( "Delete the Tenant \"" ~ tenant.name ~ "\"?", url_for("dashboard.tenants:delete", id=tenant.id), ) %}
If you delete this tenant, all the associated clients and users will be deleted as well.