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

Edit Existing Logbook Entry on {{date}}

{% else %}

New Logbook Entry in {{year}}

{% endif %}
How to use this form
{% 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.]






{% if date %}

Link to this entry   {% endif %} Full logbook: Logbook {{year}}     {{year}} Logbook report



{% 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 %}