{% extends 'pybb/base.html' %} {% load pybb_tags %} {% load i18n %} {% block title %} {{ forum }} {% endblock %} {% block pybb_crumbs %} Начало » Форум » {{ forum.category }} {% endblock %} {% block pybb_content %}
Название | Ответы | Последний ответ |
---|---|---|
{% 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 %} |