{% 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" %} | {% trans "Tags" %} |
---|---|---|---|---|---|---|
{{ 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:"" }} | {% include "core/render_tag_list.html" with tags=change.tags.all %} | |
{{ change.notes }} | ||||||
{% trans "No diaper changes found." %} |