{% 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 %}

{% trans "Total posts:" %} {{ total_posts_count }} • {% trans "Total topics:" %} {{ total_topics_count }} 

{% endblock content %}