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

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

{% for sheet in time_sheets %} {% empty %} {% endfor %}
Name Business Hours
{{ sheet.project__name }} {{ sheet.project__business__name }} {{ sheet.total_hours }}
No time sheets found.
{% endblock %}