{% extends 'babybuddy/page.html' %} {% load datetime i18n widget_tweaks %} {% block title %}{% trans "Notes" %}{% endblock %} {% block breadcrumbs %}
{% trans "Time" %} | {% if not unique_child %}{% trans "Child" %} | {% endif %}{% trans "Note" %} | {% trans "Actions" %} |
---|---|---|---|
{{ note.time|datetime_short }} | {% if not unique_child %}{{ note.child }} | {% endif %}{{ note.note }} | |
{% trans "No notes found." %} |