{% extends 'babybuddy/page.html' %} {% load bootstrap datetime i18n widget_tweaks %} {% block title %}{% trans "Diaper Changes" %}{% endblock %} {% block breadcrumbs %}
{% trans "Actions" %} | {% trans "Time" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "Contents" %} | {% trans "Color" %} | {% trans "Amount" %} | |
---|---|---|---|---|---|---|
{{ change.time|datetime_short }} | {% if not unique_child %}{{ change.child }} | {% endif %}{% if change.wet %}💦{% endif %} {% if change.solid %}💩{% endif %} | {{ change.get_color_display }} | {{ change.amount|default_if_none:"" }} | ||
{{ change.notes }} | ||||||
{% trans "No diaper changes found." %} |