{% extends 'babybuddy/page.html' %} {% load duration i18n widget_tweaks %} {% block title %}{% trans "Feedings" %}{% endblock %} {% block breadcrumbs %}
{% trans "Child" %} | {% trans "Method" %} | {% trans "Type" %} | {% comment %}Abbreviation of "Amount"{% endcomment %}{% trans "Amt." %} | {% trans "Duration" %} | {% trans "Date" %} | {% trans "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' }} | |
{% trans "No feedings found." %} |