{% if page.collection == 'tracks' %}

Buy pax:nion Music

{% for shop in site.data.stores %} {% if shop.download == true %} Buy on {{ shop.name }} {% endif %} {% endfor %}

Stream

{% for shop in site.data.stores %} {% if shop.download != true %} {{ shop.name }} {% endif %} {% endfor %}
{% else %} {% if page.stores[0].name != nil %}

Buy this record

{% for shop in page.stores %} {% if shop.download == true %} Buy on {{ shop.name }} {% endif %} {% endfor %}

Stream

{% for shop in page.stores %} {% if shop.download != true %} {{ shop.name }} {% endif %} {% endfor %}
{% else %}

This track can't be bought

But other tracks are available here:

{% for shop in site.data.stores %} {% if shop.download == true %} Buy on {{ shop.name }} {% endif %} {% endfor %}
{% endif %} {% endif %}