{% extends 'export.twig' %} {% block title %} {% if export_type == 'raw' %} {% trans %}Exporting a raw query{% notes %}A query that the user has written freely{% endtrans %} {% else %} {{ 'Exporting tables from "%s" database'|trans|format(db) }} {% endif %} {% endblock %} {% block selection_options %} {% if export_type != 'raw' %}
{% trans 'Tables' %} | {% trans 'Structure' %} | {% trans 'Data' %} | |
---|---|---|---|
{% trans 'Select all' %} | |||
{{ each_table.name }} |