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

{% trans "Height" %} {% if perms.core.add_height %} {% trans "Add Height" %} {% endif %}

{% include 'babybuddy/filter.html' %}
{% if not unique_child %} {% endif %} {% for height in object_list %} {% cycle "odd" "even" as row_class silent %} {% if not unique_child %} {% endif %} {% if height.notes %} {% endif %} {% empty %} {% endfor %}
{% trans "Actions" %} {% trans "Date" %}{% trans "Child" %}{% trans "Height" %}
{% if perms.core.change_height %} {% endif %} {% if perms.core.delete_height %} {% endif %}
{{ height.date }}{{ height.child }}{{ height.height }}
{{ height.notes }}
{% trans "No height entries found." %}
{% include 'babybuddy/paginator.html' %} {% endblock %}