{% if logged_in or not score.hidden %}
{{ score.title }} {% if logged_in and score.id is not none %} {% if score.source == "" %} (Partitura buida) {% elif score.errors %} (Partitura amb errors) {% endif %} {% if score.hidden %} (Privada) {% endif %} {% endif %} {% if logged_in and score.id is not none %} {% if score.hidden %} {% else %} {% endif %} {% endif %}

{% if score.img_url is not none %}
{% if score.pdf_url is not none %} {% endif %}
{% elif score.pdf_url is not none %}
{% set pdf_url = score.pdf_url %} {% include "fragments/pdf_viewer.html" %}
{% endif %}
{% endif %}