{% extends 'pybb/base.html' %} {% load i18n %} {% block title %}{{ PYBB_DEFAULT_TITLE }}{% endblock title %} {% 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 "Mark all forums as read" %}
{% endif %} {% endblock content %}