{% 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 %}
{% if user.role != 'staff' %}
{% endif %}
{{ total }} entries
{% if user.role in ('staff', 'admin') %}{% endif %} {% for entry in entries %} {% include "timesheets/_row.html" with context %} {% else %} {% endfor %}
Date Employee Start End HoursActions
No timesheet entries found.
{% if total_pages > 1 %} {% endif %}
{% endblock %}