{% if tema_entry.tema %}
{{ tema_entry.tema.title }}
{% else %}
(Desconegut)
{% endif %}
{% if logged_in %}
{% endif %}
{% if logged_in and tema_entry.tema %}
{% set available_scores = tema_entry.tema.scores | selectattr('hidden', 'equalto', false) | list %}
{% if available_scores | length > 1 %}
Partitura:
{% endif %}
{% endif %}
{% set effective_score = tema_entry.get_effective_score() %}
{% if effective_score and effective_score.preview_url %}

{% endif %}