{% extends "baseTemplate/index.html" %} {% load static %} {# Deliberately plain: a deletion screen should look like what it is. #} {% block title %}Delete database{% endblock %} {% block content %}

Delete a database

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.

Choose a website

Databases

Each deletion is confirmed separately.

Loading…

Nothing to delete here.

Database User Website Size Tables Action
{$ db.tableCount === null || db.tableCount === undefined ? '—' : db.tableCount $}
{% endblock %} {% block scripts %} {% endblock %}