{{ config.NOTICE_TEXT }}
{% block after_content %}{% endblock %}
{% load bootstrap4 %} {% if 'use_i18n'|bootstrap_setting %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% endif %}
{% bootstrap_css %} {% load staticfiles %} {% if 'javascript_in_head'|bootstrap_setting %} {% if 'include_jquery'|bootstrap_setting %} {# jQuery JavaScript if it is in head #} {% bootstrap_jquery jquery='include_jquery'|bootstrap_setting %} {% endif %} {# Bootstrap JavaScript if it is in head #} {% bootstrap_javascript %} {% endif %} {{ form.media.css }} {% block extra_head %}{% endblock %}