QuelleExtern eingebundener Flyer. Rechte liegen beim jeweiligen Veranstalter bzw. Rechteinhaber. Hinweise zur Entfernung bitte an die Administration.
{% endif %}
{{ concert.event_type_label }}
{% if concert.ticket_price %}
{% endif %}
{% if concert.parent_event %}
{% endif %}
{% if concert.ticket_url %}
{% endif %}
{% if can_edit %}
{% endif %}
{{ concert.artist }}
{{ concert.date }}
{{ concert.time }} Uhr {% if concert.event_type == 'festival' and concert.end_date %}
bis {{ concert.end_date }}{% if concert.end_time %}, {{ concert.end_time }} Uhr{% endif %} {% endif %}
{{ concert.time }} Uhr {% if concert.event_type == 'festival' and concert.end_date %}
bis {{ concert.end_date }}{% if concert.end_time %}, {{ concert.end_time }} Uhr{% endif %} {% endif %}
{{ concert.venue.name }}
{% if concert.venue.street %}
{{ concert.venue.street }} {% endif %} {% if concert.venue.postal_code or concert.venue.city or (concert.venue.country and concert.venue.country not in ('Deutschland', 'Germany')) %}
{{ concert.venue.postal_code }} {{ concert.venue.city }} {% if concert.venue.country and concert.venue.country not in ('Deutschland', 'Germany') %} {% if concert.venue.postal_code or concert.venue.city %} · {% endif %} {{ concert.venue.country }} {% endif %} {% endif %}
{{ concert.venue.street }} {% endif %} {% if concert.venue.postal_code or concert.venue.city or (concert.venue.country and concert.venue.country not in ('Deutschland', 'Germany')) %}
{{ concert.venue.postal_code }} {{ concert.venue.city }} {% if concert.venue.country and concert.venue.country not in ('Deutschland', 'Germany') %} {% if concert.venue.postal_code or concert.venue.city %} · {% endif %} {{ concert.venue.country }} {% endif %} {% endif %}
Ticket
{{ concert.ticket_price }} €
{{ concert.ticket_price }} €
Gehört zu: {{ concert.parent_event.event_type_label }} · {{ concert.parent_event.title }}
{% endif %} {% if concert.description %}Über die Veranstaltung
{{ concert.description }}
✏️ Veranstaltung bearbeiten
{% if user.is_admin and can_delete %}
{% endif %}
{% endif %}
{% if not concert.is_past %}
🐧 Wer ist dabei?
Wähle, wie es bei dir aussieht. Deine Auswahl kann jederzeit geändert werden.
{{ attending_count }} Zusage{% if attending_count != 1 %}n{% endif %} · {{ maybe_count }} Vielleicht · {{ ticket_seeker_count }} sucht Ticket · {{ ticket_offer_count }} bietet Ticket
✓ Zugesagt
{% if attending_users %}-
{% for attendee in attending_users %}
- {{ attendee.name }} {% endfor %}
Noch niemand hat zugesagt.
{% endif %}? Vielleicht
{% if maybe_users %}-
{% for maybe_user in maybe_users %}
- {{ maybe_user.name }} {% endfor %}
Noch keine Vielleicht-Angaben.
{% endif %}🔎 Sucht ein Ticket
{% if ticket_seekers %}-
{% for seeker in ticket_seekers %}
- {{ seeker.name }} {% endfor %}
Aktuell sucht niemand ein Ticket.
{% endif %}🎟️ Bietet ein Ticket
{% if ticket_offers %}-
{% for offer in ticket_offers %}
- {{ offer.name }} {% endfor %}
Aktuell bietet niemand ein Ticket an.
{% endif %}💬 Kommentare
{% if comments %}Noch keine Kommentare. Mach den Anfang!
{% endif %}
{{ comment.body }}