{% load pybb_tags i18n %} {% if forum_list %} {% for forum in forum_list|pybb_forum_unread:user %} {% empty %} {% if category %}

{% trans 'No forums created' %}

{% trans 'Add forum now' %} {% endif %} {% endfor %}
{% 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" %}
{% endif %}