X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/3ab554e979a707490d303aaa690fde92c9c643c3..bd08a95d236d66b7e565260b8755bba9474d85a6:/forum/templates/pybb/category.html diff --git a/forum/templates/pybb/category.html b/forum/templates/pybb/category.html new file mode 100644 index 0000000..53c3c50 --- /dev/null +++ b/forum/templates/pybb/category.html @@ -0,0 +1,47 @@ +{% load url from future %} +{% load i18n pybb_tags %} + +{% if category.forums_accessed|pybb_forum_unread:user|length > 0 %} +
+ {% trans "Forum" %} + | ++ {% trans "Topics" %} + | ++ {% trans "Posts" %} + | ++ {% trans "Last posts" %} + | +
---|---|---|---|
+
+ {{ forum.name }} {% if forum.hidden %}[{% trans "Hidden" %}]{% endif %}
+
+ {{ forum.description|safe }}
+
+ |
+ + {{ forum.topic_count }} + | ++ {{ forum.post_count }} + | ++ {% include "pybb/forum_last_update_info.html" %} + | +