{% if settings.LOGFILE %}See the logfile at {{settings.LOGFILE}} for more information.{% endif %}
<ahref="#"class="closeDiv">dismiss this message</a>
</div>
{% endif %}
{% if error %}
<divclass="noticeBox">
{{ error }}
<ahref="#"class="closeDiv">dismiss this message</a>
</div>
{% endif %}
<formname="reset"method="post"action="">
<h3>Wipe:</h3>
<table>
<tr><td>Wipe entire database and recreate tables: </td><td><inputtype="checkbox"name="reload_db"/></td><td><inputtype="submit"id="Import"value="I really want to delete all information in troggle, and accept all responsibility."></td></tr>
</table>
</form>
<h3>Import (non-destructive):</h3>
<formname="import"method="post"action="">
<table>
<tr><td>people from folk.csv using parsers\people.py</td><td><inputtype="checkbox"name="import_people"/></td></tr>
<tr><td>caves from cavetab2.csv using parsers\cavetab.py</td><td><inputtype="checkbox"class="parser"name="import_cavetab"/></td></tr>
<tr><td>logbook entries using parsers\logbooks.py</td><td><inputtype="checkbox"name="import_logbooks"/></td></tr>
<tr><td>QMs using parsers\QMs.py</td><td><inputtype="checkbox"name="import_QMs"/></td></tr>
<tr><td>survey scans using parsers\surveys.py</td><td><inputtype="checkbox"name="import_surveys"/></td></tr>
<tr><td>survex data using parsers\survex.py</td><td><inputtype="checkbox"name="import_survex"/></td></tr>