{% extends "pybb/base.html" %} {% load pybb_tags i18n humanize %} {% block title %}{{ forum.name }}{% endblock title %} {% block breadcrumb %} {% with forum as object %} {% include "pybb/breadcrumb.html" %} {% endwith %} {% endblock %} {% block content %}
{% include "pybb/forum/_detail.html" %} {% include "pybb/pagination.html" %} {% if PYBB_ENABLE_ANONYMOUS_POST and not forum.empty or not forum.empty %}
{% include "pybb/_button_new_topic.html" %}
{% endif %}
{% endblock content %}