summaryrefslogtreecommitdiff
path: root/templates/_employee_status.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_employee_status.html')
-rw-r--r--templates/_employee_status.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/_employee_status.html b/templates/_employee_status.html
new file mode 100644
index 0000000..6e6095a
--- /dev/null
+++ b/templates/_employee_status.html
@@ -0,0 +1,6 @@
+<p>Status for $employee
+ <ul>
+ <li>Timesheet has $submitted been submitted</li>
+ <li>Timesheet has $approved been approved by $approver.</li>
+ </ul>
+</p>