{% extends "base.html" %} {% block title %}All Survey scans folders (wallets){% endblock %} {% block content %}

All Survey scans folders (wallets)

Each wallet contains the scanned original in-cave survey notes and sketches of plans and elevations. It also contains scans of centre-line survex output on which hand-drawn passage sections are drawn. These hand-drawn passages will eventually be traced to produce Tunnel or Therion drawings and eventually the final complete cave survey. {% for scanswallet in manywallets %} {% endfor %}
Scans folderFilesSurvex blocksCave
{{scanswallet.walletname}} {{scanswallet.singlescan_set.all|length}} {% for survexblock in scanswallet.survexblock_set.all %} {{survexblock}} {% endfor %} {% for survexblock in scanswallet.survexblock_set.all %} {% ifchanged survexblock.survexfile.cave %} {{survexblock.survexfile.cave}} {% endifchanged %} {% endfor %}
{% endblock %}