<select class="is-Combobox" name="timePreference" id="is-TimePreference-Select" aria-label="{{ 'journey.time_preference.label' | trans }}"><option value="NOW" {% if datetimeOption is not defined or (datetimeOption is defined and datetimeOption == 'NOW') %}selected="selected"{% endif %}>{{ 'time_options.now'|trans }}</option><option value="LEAVE_AT" {% if datetimeOption is defined and datetimeOption == 'LEAVE_AT' %}selected="selected"{% endif %}>{{ 'time_options.leave_at'|trans }}</option><option value="ARRIVE_AT" {% if datetimeOption is defined and datetimeOption == 'ARRIVE_AT' %}selected="selected"{% endif %}>{{ 'time_options.arrive_at'|trans }}</option></select>