{% extends 'babybuddy/page.html' %} {% load datetime duration i18n widget_tweaks %} {% block title %}{% trans "Tummy Time" %}{% endblock %} {% block breadcrumbs %}
{% trans "Start" %} | {% trans "End" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "Duration" %} | {% trans "Milestone" %} | {% trans "Actions" %} |
---|---|---|---|---|---|
{{ tummytime.start|datetime_short }} | {{ tummytime.end|datetime_short }} | {% if not unique_child %}{{ tummytime.child }} | {% endif %}{{ tummytime.duration|duration_string }} | {{ tummytime.milestone }} | |
{% trans "No tummy time entries found." %} |