{% extends "orgapy/layout/skeleton.html" %} {% load static %} {% block title %}{% block subtitle %} {{note.title}} ∣ {% endblock subtitle %}{{ block.super }}{% endblock title %} {% block head %} {{ block.super }} {% endblock head %} {% block left_column %}
{% endblock left_column %} {% block right_column %} {% endblock right_column %} {% block main_content %}{% if note.categories.all %} {% for category in note.categories.all %} #{{category.name}} {% endfor %} {% else %} uncategorized {% endif %} {% if note.date_creation.date == note.date_modification.date %} Created on {{ note.date_creation | date }} {% else %} Created on {{ note.date_creation | date }}, edited on {{ note.date_modification | date }} {% endif %}
{% if note.project_set.all %}Project{{ note.project_set.count | pluralize }}: {% for project in note.project_set.all %}{{ project.title }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %} {% if note.content %}