{% 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 %} {% for forum in forums %} {% include "pybb/forum/_detail.html" %} {% endfor %} {% trans "Add a forum now" %} {% if user.is_authenticated %}
{% endif %} {% endblock content %}