| Current Path : /proc/thread-self/root/usr/share/phpmyadmin/templates/sql/ |
| Current File : //proc/thread-self/root/usr/share/phpmyadmin/templates/sql/enum_column_dropdown.twig |
<select>
<option value=""> </option>
{% for value in values %}
<option value="{{ value|raw }}"{{ value in selected_values ? " selected" }}>{{ value|raw }}</option>
{% endfor %}
</select>