{{ note.date_modification_display }}
{% if note.hidden %}
{% endif %}
{{note.title}}
{% if note.categories.all %}
{% for category in note.categories.all %}
#{{category.name}}
{% endfor%}
{% else %}
uncategorized
{% endif %}
{% if note.pinned %}
{% endif %}
{% if note.public %}
{% endif %}