{% extends 'timepiece/time-sheet/base.html' %} {% load timepiece_tags %} {% block title %}Clock In{% endblock %} {% block content %}

Clock Into Project


{% if active %} You currently have an active entry on {{ active.project.name }}. Switching to a new project below will clock out of this entry at {% get_active_hours active %} hours and start a new one. Please enter any notes about switching below: {% endif %}
{% csrf_token %} {{ form }}
   
{% endblock %}