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