{% load humanize %}

Notes

{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% for note in notes %}
{{ note.author.username }} commented {{ note.date | naturalday }} {% ifequal user.username note.author.username %}
{% csrf_token %}
{% endifequal %}
{{ note }}
{% endfor %}