{% extends 'timepiece/base.html' %} {% load bootstrap_toolkit %} {% load url from future %} {% block crumbs %} {{ block.super }}
  • / Clock Out
  • {% endblock crumbs %} {% block title %}Clock Out of {{ entry.project }}{% endblock title %} {% block content %}

    Clock Out of {{ entry.activity.name }} on {{ entry.project }}


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