{% extends 'babybuddy/page.html' %} {% load duration i18n widget_tweaks %} {% block title %}{% trans "Feedings" %}{% endblock %} {% block breadcrumbs %}
{% trans "Date" %} | {% trans "Child" %} | {% trans "Method" %} | {% trans "Type" %} | {% comment %}Abbreviation of "Amount"{% endcomment %}{% trans "Amt." %} | {% trans "Duration" %} | {% trans "Actions" %} |
---|---|---|---|---|---|---|
{{ feeding.start }} | {{ feeding.child }} | {{ feeding.get_method_display }} | {{ feeding.get_type_display }} | {% if feeding.amount %} {{ feeding.amount }} {% endif %} | {{ feeding.duration|duration_string }} | |
{{ feeding.notes }} | ||||||
{% trans "No feedings found." %} |