aboutsummaryrefslogtreecommitdiffstats
path: root/templates/trivia.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/trivia.html')
-rw-r--r--templates/trivia.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/trivia.html b/templates/trivia.html
new file mode 100644
index 0000000..ced2c75
--- /dev/null
+++ b/templates/trivia.html
@@ -0,0 +1,13 @@
+{% include 'header.html' %}
+
+<h1>Zajímavosti z rejstříku</h1>
+
+<p>Počet registrovaných osob: {{ number_entities }}</p>
+
+<p>Další zajímvavé údaje z obchodního resjtříku:</p>
+<p><a href="/most_common_addresses">Seznam nejčastějších sídel</a></p>
+<p><a href="/oldest_companies">Seznam nejstarších společností</a></p>
+<p><a href="/most_common_purpose">Seznam nejčastějších účelů</a></p>
+
+
+{% include 'footer.html' %} \ No newline at end of file