summaryrefslogtreecommitdiff
path: root/templates/user_shifts.html
blob: 99d62ea00a35e97d20c95b5b838b2c3cfcb9c9ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%room_select%
%day_select%
<table>
    <thead>
        <tr>
            <th>
                Zeit
            </th>
            <th>
                Einträge
            </th>
        </tr>
    </thead>
    <tbody>
        %shifts_table%
    </tbody>
</table>