{% for row in rows %} {%set val = false%} {% for i in inicializacao %} {%if row == i%} {%set val = true%} {%endif%} {%endfor%}
{%endfor%}