{% if current_set is not none %} {% else %} {% endif %}
{% for _ in (1, 2, 3) %} Sessió en directe {% if current_set is not none %} Estem tocant {% for tema_in_set in current_set.temes %} {% if loop.index != 1 %} + {% endif %} {% if tema_in_set.tema is not none %} {{ tema_in_set.tema.title }} {% else %} ??? {% endif %} {% endfor %} {% endif %} {% endfor %}