{% load i18n crispy_forms_tags %}
| {% 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." %}
|
|||