{% macro comparePriceCells(list) %} {% for idx in [0,1,2,3] %} {% if list[idx] %} {{ list[idx].startingPrice.formattedPrice }} {% if list[idx].startingPrice.frequency.shortLabel %} /{{ list[idx].startingPrice.frequency.shortLabel|lower }} {% endif %} {% endif %} {% endfor %} {% endmacro %}