{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

⚠️ {% translate 'WARNING: Database Will Be Permanently Deleted' %}

{% translate 'You are about to delete a database tenant.' %}

{% translate 'The following database will be DELETED:' %}

  • {% translate 'Tenant:' %} {{ object.name }} ({{ object.slug }})
  • {% translate 'Database:' %} {{ database_name }}
  • {% translate 'All data in this database will be permanently lost.' %}

{% translate 'This action cannot be undone. The database and all its data will be permanently removed from the PostgreSQL server.' %}

{% csrf_token %}

{% translate 'Type the confirmation text to proceed:' %}

{% translate 'To confirm deletion, please type:' %} {{ expected_confirmation }}

{% endblock %}