engelsystem/templates/admin_shift_preview.html

18 lines
256 B
HTML
Raw Normal View History

2011-09-11 23:01:39 +02:00
<h3>Vorschau:</h3>
<table>
<thead>
<tr>
<th>
Timeslot
</th>
<th>
Entries
</th>
</tr>
</thead>
<tbody>
%shifts_table%
</tbody>
</table>