{% if notes %} {% for note in notes %} {% endfor %}
{{note.title}} {% if note.public %}      {% endif %} {% for category in note.categories.all %} #{{category.name}} {% endfor%}
{% else %}

You have no note

Click the button to write a note.

Create note
{% endif %}