File "template_options.twig"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/templates/display/export/template_options.twig
File size: 243 B
MIME-type:
Charset: utf-8

Download   Open   Back

<option value="">-- {% trans 'Select a template' %} --</option>

{% for template in templates %}
    <option value="{{ template.id }}"{{ template.id == selected_template ? ' selected' }}>
        {{ template.name }}
    </option>
{% endfor %}

PHP File Manager