{% extends 'timepiece/base.html' %} {% load timepiece_tags bootstrap_toolkit %} {% load url from future %} {% block crumbs %} {{ block.super }}
  • / Clock In
  • {% endblock crumbs %} {% block title %}Clock In{% endblock %} {% block content %}

    Clock Into Project


    {% if active %}

    Switching Projects

    You are currently clocked into {{active.activity.name }} for {{ active.project }} with {{ active.get_total_seconds|humanize_seconds }} time clocked. Switching to a new project below will clock out of this entry and start a new one. Please enter any notes about switching below.

    {% endif %}
    {% csrf_token %} {{ form|as_bootstrap:"horizontal" }}
    {% endblock %}