{% load timepiece_tags %}
Date | Project | Activity | Clock In | Clock Out | Breaks | Hours | Location | |
---|---|---|---|---|---|---|---|---|
{{ entry.start_time|date:"m/d/Y (D)" }} | {% if perms.timepiece.view_project %} {{ entry.project }} {% else %} {{ entry.project }} {% endif %} | {{ entry.activity }} | {{ entry.start_time|date:"P" }} | {% if entry.end_time %} {{ entry.end_time|date:"P" }} {% else %} Clock Out {% endif %} | {{ entry.seconds_paused|seconds_to_hours|floatformat:2 }} {% if not entry.end_time %} {% if entry.is_paused %} (Resume) {% else %} (Pause) {% endif %} {% endif %} | {{ entry.hours }} | {{ entry.location }} | |
You have no time logged for this period. |