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