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

Weight

{% include 'babybuddy/filter.html' %}
{% for object in object_list %} {% empty %} {% endfor %}
{% trans "Child" %} {% trans "Weight" %} {% trans "Date" %} {% trans "Actions" %}
{{ object.child }} {{ object.weight }} {{ object.date }}
{% if perms.core.change_weight %} {% endif %} {% if perms.core.delete_weight %} {% endif %}
{% trans "No weight entries found." %}
{% include 'babybuddy/paginator.html' %} {% if perms.core.add_weight %} {% trans "Add a Weight Entry" %} {% endif %} {% endblock %}