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