summaryrefslogtreecommitdiff
path: root/templates/user_shifts.html
blob: 8d4ed12adcdbcc346f68d1b7363edbc189175cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<p>
    Select room: %room_select%
</p>
<p>
    Select day: %day_select%
</p>
<table>
    <thead>
        <tr>
            <th>
                Timeslot
            </th>
            <th>
                Entries
            </th>
        </tr>
    </thead>
    <tbody>
        %shifts_table%
    </tbody>
</table>