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

Feedings

{% for feeding in object_list %} {% empty %} {% endfor %}
# Child Start End Duration Type Method Actions
{{ feeding.id }} {{ feeding.child }} {{ feeding.start }} {{ feeding.end }} {{ feeding.duration }} {{ feeding.type }} {{ feeding.method }}
No feedings found.
Add a Feeding {% endblock %}