{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block title %} {{ forum.name }} - {{ block.super }} {% endblock %} {% block content %}
{{ forum }}
{% pybb_pagination _('Topics') %} {# List all forums #} {% for topic in forum.topics.all %} {% include "pybb/inlines/topic_row.html" %} {% endfor %}
  Topic Creator At Posts Views Last Post
{% pybb_pagination _('Topics') %}
= Unread posts = No unread posts
{% endblock %} {% comment %}
{% trans "Root" %} / {% pybb_link forum.category %} / {% pybb_link forum %}
{% endcomment %}