{% if notes %}
Select Note:
{% for note in notes %}
[{{ note.rec_id }}] Note Date: {{ note.notedate}} | Entered By: {{ note.staff_name }}
{% endfor %}
Submit
{% else %}
No Progress Notes found for this client in this date range.
{% endif %}
Enter A Progress Note
{% include '_footer.html' %}