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