{% extends 'pybb/base.html' %} {% load url from future %} {% load i18n %} {% block title %}{{ PYBB_DEFAULT_TITLE }}{% endblock title %} {% block content %} {% block breadcrumb %} {% if category %} {% include "pybb/breadcrumb.html" %} {% endif %} {% endblock %} {% if categories %} {% for category in categories %} {% include 'pybb/category.html' %} {% endfor %} {% if user.is_authenticated %}
{% trans "Last updates in topics" %} {% trans "Mark all forums as read" %}
{% endif %} {% else %}

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

{% trans "Add a category now" %} {% endif %} {% endblock content %}