Your IP : 172.70.80.238


Current Path : /var/www/element/data/www/eletest.ru/phpmyadmin/templates/table/relation/
Upload File :
Current File : /var/www/element/data/www/eletest.ru/phpmyadmin/templates/table/relation/dropdown_generate.twig

{{ dropdown_question is not empty ? dropdown_question -}}
<select name="{{ select_name }}">
{% for one_value, one_label in choices %}
    <option value="{{ one_value }}"
        {%- if selected_value == one_value %} selected="selected"{% endif %}>
        {{ one_label }}
    </option>
{% endfor %}
</select>