{% extends 'timepiece/time-sheet/base.html' %} {% block title %}Person Timesheets{% endblock %} {% block content %}
Name | Latest | Current Hours | Last Hours | |||
---|---|---|---|---|---|---|
{{ sheet.user.first_name }} {{ sheet.user.last_name }} | {{ sheet.repeat_period.billing_windows.latest }} | {% for aggs in sheet.list_total_hours %} {% if aggs.total %}{{ aggs.total }} | {% else %}{% endif %} {% if sheet.list_total_hours|length < 2 %} | {% endif %} {% empty %} | {% endfor %} | Change |
No time sheets found. |