Semaine {{ getWeekNumber() }}
{{ hour }}
{{ getDayName(date) }}
{{ date.getDate() }}
@if (isToday(date)) {
}
@for (show of getShowsForSlot(date, hour); track show.id) {
{{ show.name }} {{ formatShowTime(show.date) }}
} @for (truck of getTrucksForSlot(date, hour); track truck.id) {
{{ truck.type || 'Camion' }} {{ getComputedTruckStatus(truck) }}
}
CALENDRIER

{{ currentMonthYear }}

{{ date.getDate() }}

Créer un spectacle

Renseignez les informations du spectacle

{{ editTruckId ? 'Modifier le camion' : 'Nouveau camion' }}

{{ editTruckId ? 'Modifiez les informations du camion' : 'Renseignez les informations du camion' }}

Les statuts Disponible, Indisponible et En déplacement sont calculés automatiquement selon le show assigné.