{% extends 'pendulum/pendulum_base.html' %} {% block title %}Clock In{% endblock %} {% block content %}

Clock Into Project

{{ block.super }}
{{ form }} {% if user.clocked_in %} {% endif %}
You are currently clocked into another project. Check the box below to pause the other entry.
{% endblock %}