0byt3m1n1
Path:
C:
/
wamp64
/
apps
/
phpmyadmin4.9.2
/
templates
/
display
/
export
/
[
Home
]
File: template_options.twig
<option value="">-- {% trans 'Select a template' %} --</option> {% for template in templates %} <option value="{{ template.id }}"{{ template.id == selected_template ? ' selected' }}> {{ template.name }} </option> {% endfor %}