{% extends "layout.html" %} {% block title_name %} - SQL{% endblock %} {% block content %} {{ buttons|button_bar|safe }}

{{ _('Warning: direct database manipulation is dangerous and can result in data loss and/or an unusable application!') }}

{{ _("I'm aware of the risk and have read the documentation.") }}

{{ _('proceed')|button(id_='proceed_button', url='#')|safe }}
{% endblock %} {% block script %} {% endblock %}