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