{% extends 'core/base.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 }}
No tummy time entries found.
Add a Tummy Time Entry {% endblock %}