{% extends 'babybuddy/page.html' %} {% load datetime i18n widget_tweaks %} {% block title %}{% trans "Pumping" %}{% endblock %} {% block breadcrumbs %}
{% trans "Actions" %} | {% trans "Time" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "Amount" %} |
---|---|---|---|
{{ pumping.time|datetime_short }} | {% if not unique_child %}{{ pumping.child }} | {% endif %}{{ pumping.amount }} | |
{{ pumping.notes }} | |||
{% trans "No pumping entries found." %} |