{% extends "base.html" %} {% block main %}

{{ title }}

{% if not status %}

The latest update has brought some changes to the database and your current db is incompatible. This will upgrade the database to work with the recent update. The wizard will create a backup, so don't worry! You will find the backup in the labertasche root directory under /backup/v{{ prev_version }}.zip.
Please do not reload this page during the process!

{% else %}

This update has already run. Please return to the dashboard.

{% endif %}
{% endblock %} {% block javascript_libs %} {% endblock %}