trAvis - MANAGER
Edit File: server_options.twig
{% for server in select %} <option value="{{ server.value }}" {% if server.selected %}selected="selected"{% endif %} > {{- server.label -}} </option> {% endfor %}