{% if tasks %} {% for note in tasks %} {% endfor %}
Due Title Public Categories Done
{% if note.task.date_due %} {{note.task.date_due|date:"M. d"}} {% else %} – {% endif %} {{note.title}} {% if note.public %} {% endif %} {% for category in note.categories.all %} #{{category.name}} {% endfor%} {% if note.task.done %} {% else %} {% endif %}
{% else %}

You have no task

Use the above form to create a task.

{% endif %}