Your IP : 216.73.216.196


Current Path : /home/icmq6107/OrgaServer/DB/PhpMyAdmin/templates/display/export/
Upload File :
Current File : /home/icmq6107/OrgaServer/DB/PhpMyAdmin/templates/display/export/selection.twig

<div class="exportoptions" id="databases_and_tables">
    {% if export_type == 'server' %}
        <h3>{% trans 'Databases:' %}</h3>
    {% elseif export_type == 'database' %}
        <h3>{% trans 'Tables:' %}</h3>
    {% endif %}
    {% if multi_values is not empty %}
        {{ multi_values|raw }}
    {% endif %}
</div>