{% load cosinnus_tags %} {% if notes %} {% for note in notes %} {% endfor %}
{{ note.title }} {{ note.created }}
{% else %} {{ no_data }} {% endif %}
{% csrf_token %} {{ form.as_p }}