{{ page_settings_error_html|raw }} {{ page_settings_html|raw }} {% block message %}{% endblock %} {% if templates.is_enabled %}

{% trans 'Export templates:' %}

{% trans 'New template:' %}

{% trans 'Existing templates:' %}

{% endif %} {% if sql_query is not empty %}
{# l10n: Title of the option on the Export page #}

{% trans 'SQL query:' %}

{# l10n: Button to show the SQL query on the export page #}
{{ sql_query }}
{% endif %}
{{ get_hidden_inputs(hidden_inputs) }} {% if export_method != 'custom-no-form' %}

{% trans 'Export method:' %}

{% endif %}

{% trans 'Format:' %}

{{ dropdown|raw }}
{% block selection_options %}{% endblock %} {% if rows is not empty %}

{% trans 'Rows:' %}

{% endif %} {% if has_save_dir %}

{% trans 'Output:' %}

{% endif %}
{% for db, db_data in aliases %} {% if db_data.alias is defined and db_data.alias is not null %} {% endif %} {% for table, table_data in db_data.tables ?? [] %} {% if table_data.alias is defined and table_data.alias is not null %} {% endif %} {% for column, column_name in table_data.columns ?? [] %} {% endfor %} {% endfor %} {% endfor %} {# Empty row for javascript manipulations. #}
{% trans 'Defined aliases' %}
{% trans %}Database{% context %}Alias{% endtrans %} {{ db }}
{% trans %}Table{% context %}Alias{% endtrans %} {{ db }}.{{ table }}
{% trans %}Column{% context %}Alias{% endtrans %} {{ db }}.{{ table }}.{{ column }}
{% trans 'Define new aliases' %}

{% trans 'Output:' %}

' )|raw }}

{% trans 'Format-specific options:' %}

{% trans 'Scroll down to fill in the options for the selected format and ignore the options for other formats.' %}

{{ options|raw }}
{% if can_convert_kanji %} {# Japanese encoding setting #}

{% trans 'Encoding Conversion:' %}

{% include 'encoding/kanji_encoding_form.twig' %}
{% endif %}