{% extends "logbook/base.html" %} {% block content %} {% if user.is_authenticated %}
{{ day.date }}
{% autoescape on %} {% if day.notes %}{{ day.notes|linebreaks }} [{{ day.modified|date:"d M Y H:i:s" }}]{% endif %} {% endautoescape %}
{% endif %} {% if user.is_authenticated %} Обновить{% endif %}{{ upload.title|truncatechars:30 }}
{% endfor %} Добавить {% endif %}