engelsystem/templates/admin_shift_preview.html

23 lines
537 B
HTML

<h3>Vorschau:</h3>
<form action="" method="post">
<fieldset>
<table>
<thead>
<tr>
<th>
Timeslot
</th>
<th>
Entries
</th>
</tr>
</thead>
<tbody>
%shifts_table%
</tbody>
</table>
<p>
<input type="submit" name="submit" value="Erstellen" />
</p>
</fieldset>
</form>