{% extends 'base.html' %} {% load humanize crispy_forms_tags %} {% block content %}
{% include "cri_frontend/_criuser_nav.html" with current_page="user-notes" %}

{{ criuser.get_full_name }}

{% csrf_token %}

{% include "cri_frontend/_criuser_note.html" %}
{% endblock %}