diff options
Diffstat (limited to 'templates/statistics.html')
-rw-r--r-- | templates/statistics.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/statistics.html b/templates/statistics.html index 5c9810b..63c1dfc 100644 --- a/templates/statistics.html +++ b/templates/statistics.html @@ -9,7 +9,10 @@ <p>{{ expoCount }} expeditions: {{ personCount }} people have contributed {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries. -<p>Number of survey legs: {{nsurvexlegs}}, total length: {{totalsurvexlength|stringformat:".3f"}} km</p> +<p>Number of survey legs: {{nsurvexlegs}}<br /> +Total length: {{totalsurvexlength|stringformat:".3f"}} m on importing survex files.<br /> +Total length: {{addupsurvexlength|stringformat:".3f"}} m adding up all the years below.</p> + <table> <tr><th>Year</th><th>Surveys</th><th>Survey Legs</th><th>Total length<br>(km)</th></tr> |