summaryrefslogtreecommitdiff
path: root/templates/_employee_status.html
blob: 6e6095a8414f51b284cc7f69b9817aa7bbfecb81 (plain)
1
2
3
4
5
6
<p>Status for $employee
  <ul>
    <li>Timesheet has $submitted been submitted</li>
    <li>Timesheet has $approved been approved by $approver.</li>
  </ul>
</p>