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

Weight

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