[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
phpMyAdmin
/
templates
/
export
/
[
Home
]
File: template_options.twig
<option value="">-- {% trans 'Select a template' %} --</option> {% for template in templates %} <option value="{{ template.getId() }}"{{ template.getId() == selected_template ? ' selected' }}> {{ template.getName() }} </option> {% endfor %}