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