%- include('partials/header') %>
Vorname | Nachname | Alter | Geburtstag |
---|---|---|---|
<% if (teilnehmer.helfer) { %> <%= teilnehmer.vorname %> <%= teilnehmer.hasBirthday == 2 ? '🎂🎂' : '' %><%= teilnehmer.hasBirthday == 1 ? '🎂' : '' %> <% } else { %> <%= teilnehmer.vorname %> <%= teilnehmer.hasBirthday == 2 ? '🎂🎂' : '' %><%= teilnehmer.hasBirthday == 1 ? '🎂' : '' %> <% } %> | <% if (teilnehmer.helfer) { %> <%= teilnehmer.nachname %> <% } else { %> <%= teilnehmer.nachname %> <% } %> <% if (teilnehmer.probe) { %> (<%= teilnehmer.anwesenheit %>) <% } %> | <%= teilnehmer.age %> Jahre | <%= ('00' + teilnehmer.birthday.getDate()).slice(-2) %>.<%= ('00' + (teilnehmer.birthday.getMonth() + 1)).slice(-2) %>.<%= teilnehmer.birthday.getFullYear() %> |