{% load i18n %} {% if event.room_set.count == 0 %}

{% trans "No rooms yet" %}

{% else %}

{% for room in event.room_set.all %} {% if forloop.counter0 > 0 %} · {% endif %} {{ room }} {% endfor %}

{% endif %}