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