{% extends 'babybuddy/page.html' %} {% load datetime duration i18n widget_tweaks %} {% block title %} {% trans "Pumping" %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans "Pumping" %} {% if perms.core.add_pumping %} {% trans "Add Pumping Entry" %} {% endif %}

{% include 'babybuddy/filter.html' %}
{% if not unique_child %} {% endif %} {% for pumping in object_list %} {% if not unique_child %} {% endif %} {% if pumping.notes %} {% endif %} {% empty %} {% endfor %}
{% trans "Actions" %} {% trans "Date" %}{% trans "Child" %}{% trans "Amount" %} {% trans "Duration" %} {% trans "Tags" %}
{% if perms.core.change_pumping %} {% endif %} {% if perms.core.delete_pumping %} {% endif %}
{{ pumping.start|datetime_short }} {{ pumping.child }} {{ pumping.amount }} {{ pumping.duration|duration_string }} {% include "core/render_tag_list.html" with tags=pumping.tags.all %}
{{ pumping.notes }}
{% trans "No pumping entries found." %}
{% include 'babybuddy/paginator.html' %} {% endblock %}