aboutsummaryrefslogtreecommitdiffstats
path: root/templates/trivia.html
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-02 00:36:28 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-05-02 00:36:28 +0200
commit8e88b741af93bfed8e218306b584c8783e7830b0 (patch)
tree73421022d48d08b992f6241e79a2651f3ba06f97 /templates/trivia.html
parente6ab38a4d9ca3744f39ef15789878a07fcc5effb (diff)
parent8ad1f0d450c5ec9cfd7a4a9d0dc19c7a216d8c97 (diff)
downloadjustice-8e88b741af93bfed8e218306b584c8783e7830b0.tar.gz
Merge branch 'main' of https://github.com/SveterCZE/justice
Diffstat (limited to 'templates/trivia.html')
-rw-r--r--templates/trivia.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/trivia.html b/templates/trivia.html
new file mode 100644
index 0000000..750706c
--- /dev/null
+++ b/templates/trivia.html
@@ -0,0 +1,14 @@
+{% 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>
+<p><a href="/most_common_business">Seznam nejčastějších předmětů podnikání</a></p>
+<p><a href="/most_common_activity">Seznam nejčastějších předmětů činnosti</a></p>
+<p><a href="/most_common_degree">Seznam nejčastějších titulů</a></p>
+
+{% include 'footer.html' %} \ No newline at end of file