{% if tema.links %} {% for link in tema.links %}
  • {% if link.content_type == ContentType.AUDIO %} {% if link.link_type == LinkType.SPOTIFY %} {% elif link.link_type == LinkType.YOUTUBE %} {% else %} {% endif %} {% elif link.content_type == ContentType.PARTITURA %} {% if link.link_type == LinkType.PDF %} {% else %} {% endif %} {% else %} {% endif %}
  • {% endfor %} {% endif %}