Table des participants
| Nom | Pseudonyme | Status | Arrivé | Journées | Adresse email |
|---|---|---|---|---|---|
| {{ participant.nom }} {{ participant.prenom }} | {{ participant.pseudonyme }}@if (participant.groupe) { / {{ participant.groupe }} } | @if (participant.statut === PS[0].key) { } @else if (participant.statut === PS[1].key) { } @else if (participant.statut === PS[2].key) { } @else if (participant.statut === PS[3].key) { } @else if (participant.statut === PS[4].key) { } @else if (participant.statut === PS[5].key) { } @else if (participant.statut === PS[6].key) { } | @if (participant.arrived) { } @else { } | {{ getNombreJours(participant.hereDay1, participant.hereDay2, participant.hereDay3) }} @if(participant.sleepingOnSite) { + } | {{ participant.email }} |