{% extends "aa_forum/base.html" %} {% load django_bootstrap5 %} {% load i18n %} {% block page_title %} {% translate "Start new topic" as page_title %} {% translate "Forum" as app_title %} {{ page_title|title }} ยป {{ app_title }} {% endblock %} {% block aa_forum_header %} {% include "aa_forum/partials/breadcrumb.html" with category=board.category board=board new_topic="yes" %} {% endblock %} {% block aa_forum_body %}