{% load static %} {% load i18n %}
{{ board.name }}
{# {% if board.child_boards.all %}#} {#
#} {# {% for board in board.child_boards.all %}#} {# {% include "aa_forum/partials/forum/board/board.html" %}#} {# {% endfor %}#} {#
#} {# {% endif %}#}
{% include "aa_forum/partials/forum/board/new-topic-button.html" %}
{% if board.topics.all %} {% for topic in board.topics.all %} {% include "aa_forum/partials/forum/board/topic.html" %} {% endfor %} {% else %}

{% translate "No topics have been started in this board ..." %}

{% endif %}
{% include "aa_forum/partials/forum/board/new-topic-button.html" %}