{% extends 'babyblotter/page.html' %} {% load widget_tweaks %} {% block title %}Tummy Time{% endblock %} {% block content %}

Tummy Time

{% for tummytime in object_list %} {% empty %} {% endfor %}
# Child Start End Duration Milestone Actions
{{ tummytime.id }} {{ tummytime.child }} {{ tummytime.start }} {{ tummytime.end }} {{ tummytime.duration }} {{ tummytime.milestone }}
{% if perms.core.change_tummytime %} {% endif %} {% if perms.core.delete_tummytime %} {% endif %}
No tummy time entries found.
{% if perms.core.add_tummytime %} Add a Tummy Time Entry {% endif %} {% endblock %}