{% extends 'babybuddy/page.html' %} {% load datetime 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 %} {% cycle "odd" "even" as row_class silent %} {% if not unique_child %} {% endif %} {% if pumping.notes %} {% endif %} {% empty %} {% endfor %}
{% trans "Actions" %} {% trans "Time" %}{% trans "Child" %}{% trans "Amount" %}
{% if perms.core.change_pumping %} {% endif %} {% if perms.core.delete_pumping %} {% endif %}
{{ pumping.time|datetime_short }}{{ pumping.child }}{{ pumping.amount }}
{{ pumping.notes }}
{% trans "No pumping entries found." %}
{% include 'babybuddy/paginator.html' %} {% endblock %}