{% extends 'pybb/base.html' %} {% load url from future %} {% load i18n %} {% block title %}{{ PYBB_DEFAULT_TITLE }}{% endblock title %} {% block breadcrumb %} {% with extra_crumb="Forum" %}{% include "pybb/breadcrumb.html" %}{% endwith %} {% endblock %} {% block content %} {% if categories %} {% for category in categories %} {% include 'pybb/category.html' %} {% endfor %} {% else %}