{# base.html.twig o en tu template principal #} {# input_autocomplete.html.twig #} {% if placeholder is defined and not multiple %} {{ placeholder }} {% endif %} {% for key, label in options %} {{key}} {{ label }} {% endfor %}