{% extends 'board_base.html' %} {% load i18n %} {% load mptt_tags %} {% load forum_tags %} {% block sub_title %}{% trans "Index" %}{% endblock sub_title %} {% block content %}
{% if request.user.is_authenticated %} {% trans "View unread topics" %} {% endif %}
{% forum_list forums %} {% endblock content %}