{% extends "baseTemplate/index.html" %} {% load static %} {# Deliberately plain: a deletion screen should look like what it is. #} {% block title %}Delete database{% endblock %} {% block content %}
Dropping a database removes the schema and its user. There is no undo and no trash — restore from a backup is the only way back.
Each deletion is confirmed separately.
Nothing to delete here.
| Database | User | Website | Size | Tables | Action |
|---|---|---|---|---|---|
| {$ db.tableCount === null || db.tableCount === undefined ? '—' : db.tableCount $} |