{% extends "logbook/base.html" %} {% block content %}
{{ day.date }}
{% for plan in day.plan.all %}
{{ plan.description }} [День {{ plan.daynumber }}, {{ plan.date|cut:" 00:00:00" }}]
{% endfor %}
{% if day.notes %}{{ day.notes }} [{{ day.modified }}]{% endif %}