{% extends "base.html" %} {% block title %}{% if user.role == 'staff' %}Employee{% else %}Employees{% endif %}{% endblock %} {% block page_title %}{% if user.role == 'staff' %}Employee{% else %}Employees{% endif %}{% endblock %} {% block topbar_actions %} {% if user.role == 'admin' %} {% endif %} {% endblock %} {% block content %} {% if user.role == 'staff' %} {% if employees %} {% set emp = employees[0] %} {% set stats = emp_stats[emp.id] %} {% set hours = stats[0] %}{% set earnings = stats[1] %}{% set owed = stats[2] %}
No employee record is linked to your account.
{% endif %} {% else %}| Name | Date Started | Date Ended | Rate (£/hr) | Total Hours | Earnings | Amount Owed | Actions |
|---|---|---|---|---|---|---|---|
| No employees found. | |||||||