{% extends 'forms/fields/select/selectize.html.twig' %} {% block options %} {% for key, text in field.options %} {% endfor %} {% endblock %}