{% if !error_message.is_empty() %}
-
+
{{ error_message }}
{% endif %}
diff --git a/templates/index.html b/templates/index.html
index 04dfcda..f33012b 100755
--- a/templates/index.html
+++ b/templates/index.html
@@ -5,8 +5,57 @@
{% block title %}{{ tcx.cfg.site.name }}{% endblock %}
{% block content %}
-
-
{{ tcx.cfg.site.name }}
-
{{ tcx.cfg.site.description }}
+
+
+
{{ tcx.cfg.site.name }}
+
{{ tcx.cfg.site.description }}
+
{% call board_links::board_links() %}
+
+ {% if let Some(news) = news %}
+
+
+ Novinky |
+
+
+
+
+ {{ news.title }}
+ {{ news.author }} - {{ news.created|czech_datetime }}
+
+
+ {{ news.content|safe }}
+ |
+
+
+
+ Zobrazit všechny novinky...
+ |
+
+
+ {% endif %}
+
+
+ Nástěnky |
+ Statistika |
+
+
+
+
+ |
+
+ {% let board_count = tcx.boards.len() %}
+ Celkem {{ "byl vytvořen|byly vytvořeny|bylo vytvořeno"|czech_plural(stats.post_count) }}
+ {{ stats.post_count }} {{ "příspěvek|příspěvky|příspěvků"|czech_plural(stats.post_count) }}
+ na {{ board_count }} {{ "nástěnce|nástěnkách|nástěnkách"|czech_plural(board_count) }}.
+
+ Aktuálně {{ "je nahrán|jsou nahrány|je nahráno"|czech_plural(stats.file_count) }} {{ stats.file_count }}
+ {{ "soubor|soubory|souborů"|czech_plural(stats.file_count) }}, celkem {{ stats.file_size|filesizeformat }}.
+ |
+
+
{% endblock %}
diff --git a/templates/staff/accounts.html b/templates/staff/accounts.html
index 768499e..fe9c890 100755
--- a/templates/staff/accounts.html
+++ b/templates/staff/accounts.html
@@ -11,7 +11,7 @@
Účty