{% if note.type_name %}
{{ note.type_name }}
{% else %}
Bez kategorii
{% endif %}
{{ note.created_at|slice(0,16)|replace({'T': ' '}) }}
{{ note.content }}
Komentarze ({{ comments|length }})
{% if comments is empty %}Brak komentarzy. Dodaj pierwszy poniżej.
{% else %}
{% for comment in comments %}
{% endfor %}
{% endif %}