Usual way of displaying select field is to call
select
{{ form_row(form.doctor_service_id, {\'attr\':{\'class\':\'form-control\'}}) }}
{% for key,val in form.country.vars.choices %} {{ val.label | trans }} {% endfor %}