{% extends 'timepiece/time-sheet/base.html' %} {% block title %}Person Timesheets{% endblock %} {% block content %}

Person Timesheets ({{ time_sheets.count }} total)

{% for sheet in time_sheets %} {% for aggs in sheet.list_total_hours %} {% if aggs.total %} {% else %} {% endif %} {% if sheet.list_total_hours|length < 2 %} {% endif %} {% empty %} {% endfor %} {% empty %} {% endfor %}
Name Latest Current Hours Last Hours
{{ sheet.user.first_name }} {{ sheet.user.last_name }} {{ sheet.repeat_period.billing_windows.latest }}{{ aggs.total }}Change
No time sheets found.
{% endblock %}