diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user_myshifts.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/user_myshifts.html b/templates/user_myshifts.html new file mode 100644 index 00000000..750607ce --- /dev/null +++ b/templates/user_myshifts.html @@ -0,0 +1,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> |