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