⚠️ {% translate 'WARNING: Multiple Databases Will Be Permanently Deleted' %}
{% translate 'You are about to delete multiple database tenants.' %}
{% blocktranslate with count=total_count %}{{ count }} tenants selected for deletion{% endblocktranslate %}
{% translate 'The following databases will be DELETED:' %}
-
{% for tenant in tenants %}
-
{{ tenant.name }} ({{ tenant.slug }})
Database: {{ tenant.get_connection_string|default:"unknown"|cut:"/"|last }}
{% endfor %}
{% translate 'All data in these databases will be permanently lost.' %}
{% translate 'This action cannot be undone. The databases and all their data will be permanently removed from the PostgreSQL server.' %}