{% extends 'babybuddy/page.html' %} {% load widget_tweaks %} {% block title %}Notes{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Notes

{% include 'babybuddy/filter.html' %}
{% for note in object_list %} {% empty %} {% endfor %}
Child Note Time Actions
{{ note.child }} {{ note.note }} {{ note.time }}
{% if perms.core.change_note %} {% endif %} {% if perms.core.delete_note %} {% endif %}
No notes found.
{% include 'babybuddy/paginator.html' %} {% if perms.core.add_note %} Add a Note {% endif %} {% endblock %}