diff options
Diffstat (limited to 'templates/statistics.html')
-rw-r--r-- | templates/statistics.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/statistics.html b/templates/statistics.html new file mode 100644 index 0000000..1fddd67 --- /dev/null +++ b/templates/statistics.html @@ -0,0 +1,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 %}
\ No newline at end of file |