{% extends 'timepiece/time-sheet/base.html' %} {% load timepiece_tags %} {% block title %}{{ project }} Time Sheet{% endblock %} {% block content %}
Date | Person | Location | Time In | Time Out | Breaks | Hours |
---|---|---|---|---|---|---|
{{ entry.start_time|date:"m/d/Y (D)" }} | {{ entry.user.get_full_name }} | {{ entry.location }} | {{ entry.start_time|date:"P" }} | {{ entry.end_time|date:"P" }} | {{ entry.seconds_paused|seconds_to_hours }} | {{ entry.hours }} |
Total: | {{ total|floatformat:2 }} |
No entries exist for this time sheet.
{% endif %} {% if user_entries %}{{ entry.user__first_name }} {{ entry.user__last_name }} | {{ entry.sum }} |
{% if row.billable %}Billable{% else %}Non-billable{% endif %} | {{ row.sum }} |