summaryrefslogtreecommitdiff
path: root/templates/admin_shift_preview.html
blob: 053191c4bfd18d0b29ebee7b843fea851637e784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h3>Vorschau:</h3>
<table>
    <thead>
        <tr>
            <th>
                Timeslot
            </th>
            <th>
                Entries
            </th>
        </tr>
    </thead>
    <tbody>
        %shifts_table%
    </tbody>
</table>