{% extends 'pybb/base.html' %} {% load pybb_tags i18n %} {% block title %}{{ forum.name }}{% endblock title %} {% block breadcrumb %} {% with forum as object %} {% include "pybb/breadcrumb.html" %} {% endwith %} {% endblock %} {% block content %}

{{ forum.name }}

{% if forum.headline %}
{{ forum.headline|safe }}
{% endif %} {% include "pybb/pagination.html" %} {% include 'pybb/forum_list.html' with forum_list=forum.forums_accessed category='' parent_forum=forum %} {% include "pybb/topic_list.html" %} {% include "pybb/pagination.html" %} {% pybb_get_profile user=user as user_profile %} {% if user|pybb_may_create_topic:forum %}
{% include "pybb/_button_new_topic.html" %}
{% endif %}
{% endblock content %}