{% set main_score = tema.main_score() %} {% if logged_in or tema.scores or main_score %}

Partitures

{% endif %} {% if main_score is not none %} {% set score = main_score %} {% include "fragments/tema/score.html" %} {% endif %} {% if tema.scores %} {% for score in tema.scores %} {% if score.id != main_score.id %} {% include "fragments/tema/score.html" %} {% endif %} {% endfor %} {% endif %} {% if logged_in %}
{% endif %}