{% extends "base.html" %} {% block title %}Survey Scans Wallet {% endblock %} {% block content %}

Survey Scans in old wallet: {{wallet.walletname}}

Wallets of 1999 and earlier are in a different structure and have not yet been edited to conform to the current name format and folder structure. {% for singlescan in wallet.singlescan_set.all %} {% endfor %}
{{singlescan.name}} {% for survexblock in singlescan.survexblock_set.all %} {{survexblock}} {% endfor %}

Survex surveys referring to this wallet

*ref references have not been configured in most old survex files, so it is unlikley that you will see anything here. To find survex files for this year look in the survex column of the expedition page. {% for survexblock in wallet.survexblock_set.all %} {% endfor %}
{{survexblock}}
{% endblock %}