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