{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block title %} {{ forum }} {% endblock %} {% block pybb_content %}
{% trans "Root" %} / {% pybb_link forum.category %} / {% pybb_link forum %}
{% with _('Topics') as label %} {% include "pybb/pagination.html" %} {% endwith %} {% if not user.pybb_profile.is_banned %} {% endif %}
{% pybb_load_last_topics as last_topics with limit=10,forum=forum.pk,order_by="updated" %} {% include "pybb/last_topics.html" %}
{% endblock %}