{% extends "layout.html" %} {% block title_name %} - {{ _('export SQL')|uc_first }}{% endblock %} {% block breadcrumb %} {{ [[_('admin'), 'admin_index'], _('export SQL')]|crumb }} {% endblock %} {% block content %}
{{ 'Export'|manual_link }}
{% if writeable %} {{ form|display_form }} {% else %}

{{ _('directory not writable')|uc_first }}: export/sql

{% endif %} {{ table.display()|safe }} {% endblock %}