{% extends 'babybuddy/page.html' %} {% load datetime duration i18n widget_tweaks %} {% block title %}{% trans "Tummy Time" %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "Tummy Time" %} {% if perms.core.add_tummytime %} {% trans "Add Tummy Time" %} {% endif %}

{% include 'babybuddy/filter.html' %}
{% if not unique_child %} {% endif %} {% for tummytime in object_list %} {% if not unique_child %} {% endif %} {% empty %} {% endfor %}
{% trans "Actions" %} {% trans "Start" %} {% trans "End" %}{% trans "Child" %}{% trans "Duration" %} {% trans "Milestone" %} {% trans "Tags" %}
{% if perms.core.change_tummytime %} {% endif %} {% if perms.core.delete_tummytime %} {% endif %}
{{ tummytime.start|datetime_short }} {{ tummytime.end|datetime_short }}{{ tummytime.child }}{{ tummytime.duration|duration_string }} {{ tummytime.milestone }} {% include "core/render_tag_list.html" with tags=tummytime.tags.all %}
{% trans "No tummy time entries found." %}
{% include 'babybuddy/paginator.html' %} {% endblock %}