{% extends "base.html" %} {% block title %}Timesheets{% endblock %} {% block page_title %}Timesheets{% endblock %} {% block topbar_actions %} {% if user.role in ('staff', 'admin') %} {% endif %} {% endblock %} {% block content %}
| Date | Employee | Start | End | Hours | {% if user.role in ('staff', 'admin') %}Actions | {% endif %}
|---|---|---|---|---|---|
| No timesheet entries found. | |||||