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

{% trans "Weight" %} {% if perms.core.add_weight %} {% trans "Add Weight" %} {% endif %}

{% include 'babybuddy/filter.html' %}
{% if not unique_child %} {% endif %} {% for weight in object_list %} {% if not unique_child %} {% endif %} {% if weight.notes %} {% endif %} {% empty %} {% endfor %}
{% trans "Actions" %} {% trans "Date" %}{% trans "Child" %}{% trans "Weight" %} {% trans "Tags" %}
{% if perms.core.change_weight %} {% endif %} {% if perms.core.delete_weight %} {% endif %}
{{ weight.date }}{{ weight.child }}{{ weight.weight }} {% include "core/render_tag_list.html" with tags=weight.tags.all %}
{{ weight.notes }}
{% trans "No weight entries found." %}
{% include 'babybuddy/paginator.html' %} {% endblock %}