{% extends "layout.html" %} {% block content %}
| Title | Folder | Visibility | Tags | Updated | Actions | |
|---|---|---|---|---|---|---|
| {% if note.is_pinned %} {% endif %} |
{{ note.title }}
{% if note.project %}
📁 {{ note.project.code }}
{% endif %}
{% if note.task %}
✓ #{{ note.task.id }}
{% endif %}
|
{% if note.folder %} {{ note.folder }} {% else %} Root {% endif %} | {% if note.visibility.value == 'Private' %}🔒{% elif note.visibility.value == 'Team' %}👥{% else %}🏢{% endif %} {{ note.visibility.value }} | {% if note.tags %} {% for tag in note.get_tags_list() %} {{ tag }} {% endfor %} {% endif %} | {{ note.updated_at|format_date }} |
No notes found. Create your first note.