diff options
Diffstat (limited to 'templates/cavewallets.html')
-rw-r--r-- | templates/cavewallets.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 771083b..82e0891 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -20,11 +20,16 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% for otherexpedition in expeditions %} | <a <a href="/wallets/year/{{ otherexpedition.year }}">{{otherexpedition.year}}</a> {% endfor %}</ul></ul> + {% include 'wallet_table.html' %} + <p>Note that names in italics are copied from the related survex file block name. <br /> <p>Total underground survey length: {{length_ug|floatformat:"1g"}} m<br /> -Note that this is for <em>all the wallets</em> listed above, which includes those which may not be directly relevant to what you are looking for. +Note that this is for <em>all the wallets</em> listed above, which includes those which are surveys of different caves not just {{cave}}. +<br /> +If you want accurate cave lengths for {{cave}}, go to the <a href="/survexfile/{{cave.survex_file}}">primary survex file</a> for this cave +and click on the "Run 'cavern' on this SVX file" button at the bottom of the page. <br /> <table width=95%> <tr><th>Wallet</th><th width=13%>Wallet Date</th><th>Wallet Name</th><th width=25%>People</th><th>Scans</th><th>Survex blocks</th><th>Drawings using these scans</th></tr> |