summaryrefslogtreecommitdiff
path: root/templates/user_myshifts.html
blob: 9aee533d9122b2e94a5fe8d207bfd074883c453a (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
<p>
    Hier sind Deine Schichten.
    <br/>
    Versuche bitte <b>15 Minuten</b> vor Schichtbeginn anwesend zu sein!
    <br/>
	Du kannst Dich %h% Stunden vor Schichtbeginn noch aus Schichten wieder austragen.
</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>