{% extends 'babybuddy/page.html' %} {% load widget_tweaks %} {% load duration %} {% block title %}Feedings{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Feedings

{% include 'babybuddy/filter.html' %}
{% for feeding in object_list %} {% empty %} {% endfor %}
Child Method Type Amt. Duration Date Actions
{{ feeding.child }} {{ feeding.method }} {{ feeding.type }} {% if feeding.amount %} {{ feeding.amount }} {% endif %} {{ feeding.duration|duration_string }} {{ feeding.start|date:'n/j/y G:i' }}
{% if perms.core.change_feeding %} {% endif %} {% if perms.core.delete_feeding %} {% endif %}
No feedings found.
{% include 'babybuddy/paginator.html' %} {% if perms.core.add_feeding %} Add a Feeding {% endif %} {% endblock %}