{% import 'macro/accordion.html' as accordion %} {{ accordion.header('Database', 'database', 'admin', expanded=open_database, icon='database-2-line') }}
Status
{% if database_exception %}{% endif %} {% if database_error %}{% endif %} {% if database_needs_upgrade %} {% endif %}

The database file is: {{ config['DATABASE_PATH'] }} at version {{ database_version }}

Download the database file

{% if database_counters %}
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() }}