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

Link to this entry   {% endif %}   logbook report {{year}}   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 %}







(If any cave is visited at all, put in the cave id and not 'plateau')




[Type in text in Logbook HTML format.]



Identified login






{% 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 saved (either put into logbook.html or, for the current expo, put into an individual JSON file), and below that is the rendered logbook entry.
{{output}}

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