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