From fcdaa7f3fd2b830ca566386a1711070407c7f191 Mon Sep 17 00:00:00 2001
From: Aurélien Bompard
- {% if sort_mode == "date" %}
- Show replies by thread
- {% else %}
- Show replies by date
- {% endif %}
-
+ {% if sort_mode == "date" %}
+ Show replies by thread
+ {% else %}
+ Show replies by date
+ {% endif %}
+
- {% endif %}
+
+ {% endif %}
+
+ {% if user.is_authenticated %} + {{ unread_count }} unread messages + {% endif %} +
@@ -56,4 +61,15 @@ +{% if user.is_authenticated %} + +{% endif %} + {# vim: set noet: #} -- cgit