{% extends "aa_forum/base.html" %} {% load bootstrap %} {% 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/menu.html" %} {% include "aa_forum/partials/breadcrumb.html" with category=board.category board=board new_topic="yes" %} {% endblock %} {% block aa_forum_body %}
{% translate "Start new topic in" %} "{{ board.name }}"
{% csrf_token %} {{ form|bootstrap }} {% include "aa_forum/partials/form/required-field-hint.html" %}
{% translate "Cancel" %}
{% endblock %} {% block extra_css %} {% include "aa_forum/bundles/aa-forum-css.html" %} {% endblock %} {% block extra_javascript %} {% include "aa_forum/bundles/ckeditor-js.html" %} {% include "aa_forum/bundles/aa-forum-ckeditor-js.html" %} {% endblock %}