Wallet | Wallet Date | Cave | Wallet Name | Survex survey length |
S |
C |
Q |
N |
P |
E |
T |
W |
{% for wallet in manywallets|dictsort:"walletname" %}
{{wallet.walletname}} |
{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %} |
{% if wallet.cave %}
{% if wallet.caveobj.slug %}
{{wallet.cave}}
{% else %}
{{wallet.cave}}
{% endif %}
{% else %}
{% endif %} |
{% if wallet.name %}{{wallet.name|truncatechars:20}}{% else %}{% if wallet.displaynames %} {% for dn in wallet.displaynames %}{{dn}}{%if not forloop.last %}, {% endif %} {% endfor %}{% else %} {% endif %}{% endif %} |
{% for survexblock in wallet.survexblock_set.all %}
{{ survexblock.legslength|floatformat:0 }}m
{% endfor %}
| |
|
|
|
|
|
|
|
{% empty %} No Wallet found
Before 1998 we used a survey book system, not wallets. But 1983 has some scraps recreated as wallets.
That is probably why you cannot see anything here. Look at the complete list of scanned files instead,
at Scans (it is slow, so be patient).
It lists things like "1984AndysNotebook" instead of a wallet identifier, but if you click on
"1984AndysNotebook" you
will see some of the the notes and sketches scanned from it.
Or look at all the scanned files,
their wallet names and the drawings that were created using them at Drawings
which is probably more useful.
{% endfor %}