{% extends "base.html" %} {% load wiki_markup %} {% load link %} {% block title %}Expo statistics{% endblock %} {% block content %}

Expo Statistics

{{ 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. {% for legs in legsbyexpo %} {% endfor %}
YearSurvex
Surveys
Survey LegsTotal length
(m)
{{legs.0.year}} {{legs.0.survexblock_set.all|length}} {{legs.1.nsurvexlegs|rjust:"10"}} {{legs.1.survexleglength}}
{% endblock %}