-
- {% for attendee in attending_users %}
- - {{ attendee.name }}
- {% endfor %}
-
+
+
โ Zugesagt
- {% else %}
+ {% if attending_users %}
+
+ {% for attendee in attending_users %}
+ - {{ attendee.name }}
+ {% endfor %}
+
+ {% else %}
+
Noch niemand hat zugesagt.
+ {% endif %}
+
-
Noch niemand hat zugesagt.
+
+
๐๏ธ Sucht ein Ticket
- {% endif %}
+ {% if ticket_seekers %}
+
+ {% for seeker in ticket_seekers %}
+ - {{ seeker.name }}
+ {% endfor %}
+
+ {% else %}
+
Aktuell sucht niemand ein Ticket.
+ {% endif %}
+
+
+
{{ comment.body }}
+