{% for candidate in candidates %} {% set checked = '' %} {% set bg_color = '#880017' %} {% if candidate.id in candidate_exist %} {# {{ dump(candidate.id) }}#} {% set checked = 'checked="checked"' %} {% set bg_color = '#03706E' %} {% endif %}