{% extends 'pybb/base.html' %} {% load pybb_tags %} {% load i18n %} {% block title %} {{ forum }} {% endblock %} {% block pybb_crumbs %} Начало » Форум » {{ forum.category }} {% endblock %} {% block pybb_content %}

{{ forum }}

{% for topic in page.object_list %} {% endfor %}
Название Ответы Последний ответ
{% if topic.sticky %}{% endif %} {% if topic|pybb_topic_unread:user %}{% endif %} {% if topic.closed %}{% trans "Closed" %}:{% endif %} {% if topic.sticky %}{% trans "Important" %}:{% endif %} {{ topic }}
{% pybb_topic_mini_pagination topic %}
{{ topic.post_count }} {% if topic.updated %}{% pybb_time topic.updated %}{% endif %}
{% with _('Topics') as label %} {% include "pybb/pagination.html" %} {% endwith %} {% if not user.pybb_profile.is_banned %}
{% trans "New topic" %}
{% endif %} {% endblock %}