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