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