{% extends "aa_bulletin_board/base.html" %} {% load i18n %} {% block aabulletinboard_body %} {% if bulletins %}
{% for bulletin in bulletins %}
{{ bulletin.title }} {% if bulletin.groups.all %} {% endif %}
{{ bulletin.content|safe }}
{% endfor %}
{% else %} {% endif %} {% endblock %} {% block extra_javascript %} {% include "aa_bulletin_board/bundles/aa-bulletin-board-oembed-js.html" %} {% include "aa_bulletin_board/bundles/aa-bulletin-board-equal-height-js.html" %} {% endblock %} {% block extra_css %} {% include "aa_bulletin_board/bundles/ckeditor5-css.html" %} {% include "aa_bulletin_board/bundles/aa-bulletin-board-css.html" %} {% endblock %}