{% load get_range %} {% if cost == 'T' %} {% else %} {% if cost.x %}X{% endif %} {% if cost.y %}Y{% endif %} {% if cost.z %}Z{% endif %} {% if cost.any > 0 or cost.converted == 0 %} {{ cost.any }} {% endif %} {% for i in cost.snow|get_range %} {# use the unicode snowflake symbol #} {% endfor %} {% for type, mana in cost.mana.mana.items %} {% for i in mana|get_range %} {% endfor %} {% endfor %} {% endif %}