engelsystem/templates/user_myshifts.html

36 lines
674 B
HTML

<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>