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