{% extends "logbook/base.html" %} {% block header %} {% endblock %} {% block content %}
{{ day.date }}
{% if day.notes %}{{ day.notes|linebreaks }} [{{ day.modified }}]{% endif %}