summaryrefslogtreecommitdiff
path: root/templates/user_myshifts.html
blob: 750607ce011ea19c327bda9fc4f9aad39d766d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<p>
    Hi,
    <br/>
    here are the shifts you have signed up for.
    <br/>
    Please try to arrive for your shift on time. <b>Be punctual!</b>
    <br/>
    Here you can remove yourself from a shift up to %h% hours before your shift is scheduled to begin.
</p>
%msg%
<table>
    <thead>
        <tr>
            <th>
                Day
            </th>
            <th>
                Time
            </th>
            <th>
                Location
            </th>
            <th>
                Name
            </th>
            <th>
                Comment
            </th>
            <th>
                Action
            </th>
        </tr>
    </thead>
    <tbody>
        %shifts%
    </tbody>
</table>