Anmeldungsstatus für ${event.name}

Anmeldungsdaten von ${attendee.nick}

Nick ${attendee.nick}
Email
Bezahlt ${bool(attendee.has_paid) and "Ja" or "Nein"}

Verfügbare Artikel

ArtikelBeschreibungPreis in € inkl. MwSt.Anzahl
${option.name} ${wiki_to_html(context, option.description)} ${"%.2f" % option.price}
Summe:€ ${fee}

Bestellte Artikel

ArtikelBeschreibungPreis in € inkl. MwSt.Anzahl
${option.name} ${wiki_to_html(context, option.description)} ${"%.2f" % option.price} ${option.count and option.count or 0}
Summe:€ ${fee}