{% load i18n crispy_forms_tags %}
{% csrf_token %}
{{ form|crispy }}
{% if notes %} {% for note in notes %} {% endfor %} {% else %} {% endif %}
{% trans "Author" %} {% trans "Note" %} {% trans "Created" %} {% trans "Actions" %}
{{ note.author.first_name.0|default:note.author.username.0|upper }}
{{ note.author.get_full_name|default:note.author.username }}
{{ note.content|linebreaksbr }}
{{ note.created_at|date:"SHORT_DATETIME_FORMAT" }}
{% trans "No notes yet." %}