{% extends 'core/base.html' %} {% load widget_tweaks %} {% block title %}Diaper Changes{% endblock %} {% block content %}

Diaper Changes

{% for change in object_list %} {% empty %} {% endfor %}
# Child Time Wet Solid Color Actions
{{ change.id }} {{ change.child }} {{ change.time }} {{ change.wet }} {{ change.solid }} {{ change.color }}
No diaper changes found.
Add a Change {% endblock %}