{% extends 'babyblotter/page.html' %} {% load timers %} {% load duration %} {% block title %}{{ object }}{% endblock %} {% block content %}

{{ object.current_duration|hours }}h {{ object.current_duration|minutes }}m {{ object.current_duration|seconds }}s

Started {{ object.start }} by {{ object.user }}

{% if perms.core.add_feeding %} Feeding {% endif %} {% if perms.core.add_sleep %} Sleep {% endif %} {% if perms.core.add_tummytime %} Tummy Time {% endif %} {% if perms.core.delete_timer %} Delete Timer {% endif %}
{% endblock %} {% block javascript %} {% endblock %}