{% extends "layout.html" %} {% block title_name %} - SQL{% endblock %} {% block breadcrumb %} {{ [[_('admin'), 'admin_index'], 'SQL']|crumb }} {% endblock %} {% block content %}
{{ 'SQL'|manual_link }}

{{ _('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') }}
{% endblock %}