{% load pybb_tags i18n %} {% if forum_list %}
{% 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" %} |