{% extends 'pybb/base.html' %} {% 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 %}

{% trans 'Forum categories are not created' %}

{% trans 'Add a category now' %} {% endif %} {% if user.is_authenticated %}
{% trans 'Last updates in topics' %} / {% trans 'Mark all forums as read' %}
{% endif %} {% endblock content %}