summaryrefslogtreecommitdiffstats
path: root/templates/statistics.html
blob: daca75284ea8e6a2e514843ed9a35e1d4641a677 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% load wiki_markup %}

{% block title %}Database statistics{% endblock %}

{% block content %}
Over the course of {{ expoCount }} expeditions, {{ personCount }} people have contributed {{ caveCount }} caves and {{ logbookEntryCount }} logbook entries. 
{% endblock %}