{% extends "logbook/base.html" %} {% block header %} {% endblock %} {% block content %}

День {{ day.daynumber }}

{{ day.date }}

{% if day.title %}{{ day.title }}{% endif %}

{% if day.notes %}{{ day.notes|linebreaks }} [{{ day.modified }}]{% endif %}

{% if user.is_authenticated %} Обновить{% endif %}
{% for upload in uploads %}
{{ upload.title }}
{{ upload.uploaded|date:"d M Y H:i" }} {{ upload.owner.user }} {% if upload.category %}{{ upload.category }}{% endif %}
скачать удалить
{% endfor %} Добавить новый документ {% endblock %}