{% else %}
{% if not user.is_authenticated %}
{% include 'pybb/_need_to_login_message.html' %}
{% endif %}
{% endif %}
{% if categories %}
{% for category in categories %}
{% include 'pybb/category.html' %}
{% endfor %}
{% else %}
{% if user.is_authenticated and user.is_superuser %}