{{ get_image('b_export', 'Export'|trans) }} {% block title %}{% endblock %}

{{ 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 #}
{% endif %}
{{ get_hidden_inputs(hidden_inputs) }} {% if export_method != 'custom-no-form' %}
{% trans 'Export method:' %}
{% endif %}
{% trans 'Format:' %}
{% for option in plugins_choice %} {% endfor %}
{% block selection_options %}{% endblock %} {% if rows is not empty %}
{% trans 'Rows:' %}
{% endif %} {% if has_save_dir %}
{% trans 'Output:' %}
{% endif %}
{% trans 'Output:' %}
  • {% if export_type != 'server' %}
  • {% endif %}
    • {% if has_save_dir %}
    • {% endif %}
    • {% if is_encoding_supported %}
    • {% endif %} {% if has_zip or has_gzip %}
    • {% else %} {% endif %} {% if export_type == 'server' or export_type == 'database' %}
    • {% endif %}
  • {% trans 'The size is measured in MiB.' %}
{% trans 'Format-specific options:' %}
{{ options|raw }}
{% if can_convert_kanji %} {# Japanese encoding setting #}
{% trans 'Encoding Conversion:' %}
{% include 'encoding/kanji_encoding_form.twig' %}
{% endif %}