2023-07-09 15:18:02 +02:00
|
|
|
<table class="mx-auto">
|
2022-08-24 08:16:27 +02:00
|
|
|
<tr>
|
2023-07-09 13:01:01 +02:00
|
|
|
<th class="px-2 text-center timetableRightBorder"> </th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanMon}}">Montag</th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanTue}}">Dienstag</th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanWed}}">Mittwoch</th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanThu}}">Donnerstag</th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanFri}}">Freitag</th>
|
2022-08-24 08:16:27 +02:00
|
|
|
</tr>
|
2022-08-31 22:49:14 +02:00
|
|
|
{{.TableBody}}
|
2023-07-09 20:39:31 +02:00
|
|
|
<tr>
|
|
|
|
<th class="px-2 text-center timetableRightBorder"> </th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanMon}}">Montag</th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanTue}}">Dienstag</th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanWed}}">Mittwoch</th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanThu}}">Donnerstag</th>
|
|
|
|
<th class="px-2 text-center timetableRightBorder" colspan="{{.ColspanFri}}">Freitag</th>
|
|
|
|
</tr>
|
2023-07-09 13:01:01 +02:00
|
|
|
</table>
|