Vem {% if page.category == 'ljudkonst' %}spelar? {% else %}Ställer ut?{% endif %}

{% for artist_name in page.deltagande_artists %} {% for artist in site.artists %} {% capture name -%} {{ artist.relative_path | replace_first: artist.collection, '' | replace_first: '_/', '' | replace_first: '.md', '' }} {%- endcapture %} {% if name == artist_name %}
{% if artist.link != null %}{{ artist.name }} {% else %} {{ artist.name }} {% endif %}
{% break %} {% endif %} {% endfor %} {% endfor %}