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