{% extends 'core/base.html' %} {% load widget_tweaks %} {% block title %}Notes{% endblock %} {% block content %}

Notes

{% for note in object_list %} {% empty %} {% endfor %}
# Child Note Time Actions
{{ note.id }} {{ note.child }} {{ note.note }} {{ note.time }}
No notes found.
Add a Note {% endblock %}