{% if colItems > 0 %}
{% if current_tags == blank %} all {% else %} all {% endif %} {% for tag in collection.all_tags %} {% if current_tags contains tag %} {{ tag | downcase }} {% else %} {{ tag | downcase }} {% endif %} {% endfor %}
{% endif %}