summaryrefslogtreecommitdiffstats
path: root/templates/statistics.html
blob: 1fddd674df20f03109460a6dd641bd171a48cc3f (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 %}