{% extends 'timepiece/project/base.html' %} {% load url from future %} {% load timepiece_tags %} {% block title %}{{ project }} - Time Sheet for {{ from_date|date:'M Y' }}{% endblock title %} {% block crumbs %} {{ block.super }}
{{ entry.user__first_name }} {{ entry.user__last_name }} | {{ entry.sum }} |
{{ entry.activity__name }} | {{ entry.sum }} |
Date | User | Activity | Location | Time In | Time Out | Breaks | Hours | Comments |
---|---|---|---|---|---|---|---|---|
{{ entry.start_time|date:"m/d/Y (D)" }} | {{ entry.user__first_name }} {{ entry.user__last_name }} | {{ entry.activity__name }} | {{ entry.location__name }} | {{ entry.start_time|time }} | {{ entry.end_time|time }} | {{ entry.seconds_paused|seconds_to_hours }} | {{ entry.hours }} | {{ entry.comments|truncatewords:12 }} |
Total: | {{ total|floatformat:2 }} |
No entries exist for this time sheet.
{% endif %}