From 8d901efdfcb81d1c4c04faa7ff6b2946fc7afe30 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 30 Jun 2025 12:05:54 +0300 Subject: refactoring wallets and expos survey lengths code --- templates/statistics.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/statistics.html') diff --git a/templates/statistics.html b/templates/statistics.html index f3cb0b7..f44fbc3 100644 --- a/templates/statistics.html +++ b/templates/statistics.html @@ -5,14 +5,14 @@

Expedition Statistics

-

{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries. +

{{ expoCount }} expeditions: {{ personCount }} people, {{ caveCount }} caves, {{ walletsCount }} wallets and {{ logbookEntryCount }} logbook entries.

Number of survey legs: {{nsurvexlegs}}
Total length: {{addupsurvexlength|stringformat:".1f"}} km adding up the total for each year.

These are uncorrected tape lengths which include pitches and duplicates but exclude splays or surface-surveys.

-This is work in progress (March 2023): the underground survey length does not match that in e.g. +This is work in progress June 2025): the underground survey length does not match that in e.g. wallets for 2018 probably because ARGE surveys are not in any of our wallets.

This includes ARGE and other surveys currently. It will be changed to only include lengths surveyed by valid Expo-attendees. -- cgit v1.2.3