{% 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:' %}
{% for each_table in tables %} {% endfor %}
{% trans 'Tables' %} {% trans 'Structure' %} {% trans 'Data' %}
{% trans 'Select all' %}
{{ each_table.name }}
{% endif %} {% endblock %} {% set filename_hint %} {% trans '@SERVER@ will become the server name and @DATABASE@ will become the database name.' %} {% endset %}