{% extends 'babybuddy/page.html' %} {% load babybuddy_tags duration i18n timers %} {% get_child_count as CHILD_COUNT %} {% block title %}{{ object }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

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

{% if timer.child and CHILD_COUNT > 1 %}

{{ timer.child }}

{% endif %}

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

{% blocktrans trimmed with user=object.user_username %} {{ timer }} created by {{ user }} {% endblocktrans %}

{% if perms.core.add_feeding %} {% trans "Feeding" %} {% endif %} {% if perms.core.add_sleep %} {% trans "Sleep" %} {% endif %} {% if perms.core.add_tummytime %} {% trans "Tummy Time" %} {% endif %}
{% if perms.core.delete_timer %} {% endif %} {% if perms.core.change_timer %}
{% csrf_token %}
{% if object.active %}
{% csrf_token %}
{% endif %} {% endif %}
{% endblock %} {% block javascript %} {% if object.active %} {% endif %} {% endblock %}