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

{% trans "Breastpump" %} {% if perms.core.add_breastpump %} {% trans "Add Breastpump Entry" %} {% endif %}

{% include 'babybuddy/filter.html' %}
{% if not unique_child %} {% endif %} {% for breastpump in object_list %} {% cycle "odd" "even" as row_class silent %} {% if not unique_child %} {% endif %} {% if breastpump.notes %} {% endif %} {% empty %} {% endfor %}
{% trans "Actions" %} {% trans "Time" %}{% trans "Child" %}{% trans "Amount" %}
{% if perms.core.change_breastpump %} {% endif %} {% if perms.core.delete_breastpump %} {% endif %}
{{ breastpump.time|datetime_short }}{{ breastpump.child }}{{ breastpump.amount }}
{{ breastpump.notes }}
{% trans "No breastpump entries found." %}
{% include 'babybuddy/paginator.html' %} {% endblock %}