{% extends 'babybuddy/page.html' %} {% load duration timers %} {% block title %}{{ object }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{{ object.duration|hours }}h {{ object.duration|minutes }}m {{ object.duration|seconds }}s

Started {{ object.start }} {% if not object.active %} / Stopped {{ object.end }} {% endif %}

{{ timer }} created 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 %} {% endif %} {% if perms.core.change_timer %} {% if object.active %} {% endif %} {% endif %}
{% endblock %} {% block javascript %} {% if object.active %} {% endif %} {% endblock %}