{% macro compareListCells(list, key) %} {% for idx in [0,1,2,3] %} {% if list[idx] %} {% endif %} {% endfor %} {% endmacro %}