{%- block choice_widget_collapsed -%} {%- if required and placeholder is none and not placeholder_in_choices and not multiple -%} {% set required = false %} {%- endif -%}
{%- if placeholder is not none -%}{{ placeholder|trans({}, translation_domain) }}{%- endif -%}
{%- endblock choice_widget_collapsed -%} {%- block choice_widget_options -%} {% for group_label, choice in options %} {%- if choice is iterable -%} {% set options = choice %} {{- block('choice_widget_options') -}} {%- else -%} {% set attr = choice.attr %}
{{ choice_translation_domain is sameas(false) ? choice.label : choice.label|trans({}, choice_translation_domain) }}
{%- endif -%} {% endfor %} {%- endblock choice_widget_options -%}