File "template_options.twig"

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

Download   Open   Back

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

{% for template in templates %}
    <option value="{{ template.getId() }}"{{ template.getId() == selected_template ? ' selected' }}>
        {{ template.getName() }}
    </option>
{% endfor %}

PHP File Manager