{% import 'macro/accordion.html' as accordion %} {{ accordion.header('Database', 'database', 'admin', expanded=open_database, icon='database-2-line') }}
Status
{% if exception %}{% endif %} {% if error %}{% endif %} {% if not is_init %} {% else %}

The database is initialized.

Download the database file

Records
{% endif %} {{ accordion.footer() }} {{ accordion.header('Database danger zone', 'database-danger', 'admin', danger=true, class='text-end') }} {% if error %}{% endif %} Import a database file
Drop the database Delete the database file {{ accordion.footer() }}