{% load timepiece_tags %} {% for entry in entries %} {% empty %} {% endfor %}
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 %} {% get_active_hours entry %} {{ entry.location }}
    {% ifequal entry.status 'unverified' %}
  • Change
  • Remove
  • {% endifequal %}
You have no time logged for this period.