{% block field %}
{% block contents %} {% if show_label %}
{{- form_field_toggleable -}}
{% endif %}
{% block group %} {% block input %}
{% block prepend %}{% endblock prepend %} {% set input_value = value is iterable ? value|join(',') : value|string %} {% block append %}{% endblock append %} {% if inline_errors and errors %}

{{ errors|first|raw }}

{% endif %}
{% endblock %} {% endblock %} {% if field.description is defined %}
{{ form_field_description|raw }}
{% endif %}
{% endblock %}
{% endblock %}