D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
phpmyadmin
/
templates
/
display
/
export
/
Filename :
template_options.twig
back
Copy
<option value="">-- {% trans 'Select a template' %} --</option> {% for template in templates %} <option value="{{ template.id }}"{{ template.id == selected_template ? ' selected' }}> {{ template.name }} </option> {% endfor %}