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

    Clock Into Project


    {% if active %}

    Switching Projects

    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|as_bootstrap:"horizontal" }}
    {% endblock %}