engelsystem/templates/user_shifts.html

18 lines
261 B
HTML

%room_select%
%day_select%
<table>
<thead>
<tr>
<th>
Zeit
</th>
<th>
Einträge
</th>
</tr>
</thead>
<tbody>
%shifts_table%
</tbody>
</table>