{% extends 'babyblotter/page.html' %} {% load timers %} {% load duration %} {% block title %}{{ object }}{% endblock %} {% block content %}
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 %}