summaryrefslogtreecommitdiff
path: root/templates/user_myshifts.html
blob: 43e97b033e2eac22230dbfb1adf3cb5cafe205c0 (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
<p>
%intro%
</p>
%msg%
<table>
    <thead>
        <tr>
            <th>
                Tag
            </th>
            <th>
                Zeit
            </th>
            <th>
                Ort
            </th>
            <th>
                Name
            </th>
            <th>
                Kommentar
            </th>
            <th>
                Aktion
            </th>
        </tr>
    </thead>
    <tbody>
        %shifts%
    </tbody>
</table>
<hr />
<h2>iCal Export</h2>
<p>
    %ical_text%
</p>