{% extends "base.html" %} {% block title %}New Logbook Entry form{% endblock %} {% block content %} {% if date %}

Edit Logbook Entry on {{date}}

{% else %}

New Logbook Entry in {{year}}

{% endif %} {% if save_bad %}

Cannot save to '{{save_bad}}' as a file of that name already exists here.

{% endif %}
{% csrf_token %}











[Type in text in Logbook HTML format.]






Full logbook for this year: Logbook {{year}}


{% if output %}
Click this triangle to see the HTML which has been put into logbook.html, and below that is the rendered logbook entry.
{{output}}

{{output|safe}} {% endif %} {% endblock %}