File "template_options.twig"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/export/template_options.twig
File size: 258 bytes
MIME-type: text/plain
Charset: utf-8

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

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