{% extends "aa_bulletin_board/base.html" %} {% load bootstrap %} {% load i18n %} {% load static %} {% block page_title %} {% if bulletin %} {% translate "Edit Bulletin" %} » {{ bulletin.title }} » {% translate "Bulletin Board" %} {% else %} {% translate "Create New Bulletin" %} » {% translate "Bulletin Board" %} {% endif %} {% endblock %} {% block aabulletinboard_header %} {% if bulletin %} {% include "aa_bulletin_board/partials/header/page-header.html" with header_text=bulletin.title %} {% else %} {% include "aa_bulletin_board/partials/header/page-header.html" with header_text="Create New Bulletin" %} {% endif %} {% endblock %} {% block aabulletinboard_body %}
{% endblock %} {% block extra_javascript %} {% include "aa_bulletin_board/bundles/sumoselect-js.html" %} {% endblock %} {% block extra_css %} {% include "aa_bulletin_board/bundles/sumoselect-css.html" %} {% include "aa_bulletin_board/bundles/aa-bulletin-board-css.html" %} {% endblock %}