{% if errors %}
{{ errors }}
{% endif %}
{% if prefix.empty_selection %}
{{ prefix.empty_selection }}
{% elseif prefix.weight_toggle %}
{{ prefix.weight_toggle }}
{% endif %}
{{ children }}
{% if suffix %}
{{ suffix }}
{% endif %}
{% if description.content %}
{{ description.content }}
{% endif %}