Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
srv
/
admin
/
htdocs
/
phpmyadmin-4.9
/
templates
/
display
/
export
/
//proc/self/root/srv/admin/htdocs/phpmyadmin-4.9/templates/display/export/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 %}