{% extends 'babybuddy/page.html' %} {% load i18n widget_tweaks %} {% block title %}{% trans "Weight" %}{% endblock %} {% block breadcrumbs %}
{% trans "Date" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "Weight" %} | {% trans "Actions" %} |
---|---|---|---|
{{ weight.date }} | {% if not unique_child %}{{ weight.child }} | {% endif %}{{ weight.weight }} | |
{{ weight.notes }} | |||
{% trans "No weight entries found." %} |