{% for item in field %} {% if activeOptions|length > 0 and item not in activeOptions %} {% set type = 'danger' %} {% endif %} {{ item|badge('light-' ~ type) }} {% endfor %}