{% extends "base.html" %} {% block content %} {% if jobs_completed %}
Just finished running: {% if settings.LOGFILE %}See the logfile at {{settings.LOGFILE}} for more information.{% endif %} dismiss this message
{% endif %} {% if error %}
{{ error }} dismiss this message
{% endif %}

Wipe:

Wipe entire database and recreate tables:

Import (non-destructive):

people from folk.csv using parsers\people.py
logbook entries using parsers\logbooks.py
QMs using parsers\QMs.py
survey scans using parsers\surveys.py
survex data using parsers\survex.py

Export to legacy formats:

Export onto server Export and Download
surveys to Surveys.csv

Download a logbook file which is dynamically generated by Troggle.

Expedition year:

Output style:

qms to qms.csv
Choose a cave.
{% endblock %}