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