{% extends "forms/field.html.twig" %} {% block input %} {% set input_value = value is iterable ? value|join(',') : value|string %}
{% endblock %}