{% extends "base.html" %} {% load wiki_markup %} {% load link %} {% block title %}Expo statistics{% endblock %} {% block content %}
{{ expoCount }} expeditions: {{ personCount }} people have contributed {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries.
Number of survey legs: {{nsurvexlegs}}
Total length: {{totalsurvexlength|stringformat:".1f"}} km added-up on importing survex files.
Total length: {{addupsurvexlength|stringformat:".1f"}} km adding up all the years below.
These are raw tape lengths which include pitches, splays and surface-surveys.
Year | Survex Surveys | Survey Legs | Total length (m) |
---|---|---|---|
{{legs.0.year}} | {{legs.0.survexblock_set.all|length}} | {{legs.1.nsurvexlegs|rjust:"10"}} | {{legs.1.survexleglength}} |