{% load i18n %} {% load cookie_consent_tags %} {% comment %} Bootstrap CSS {% endcomment %} {% load static %} {% comment %} TODO: Figure out a better way to do this. {% endcomment %} {% if theme == 'base' %} {% elif theme == 'frankfurt' %} {% elif theme == 'wiesbaden' %} {% elif theme == 'munich' %} {% endif %} {% block title %}{{site_title}}{% endblock %} {% block banner %} {% if user.is_authenticated %} {% translate "Logged in" %} - {% translate "Use Brokerage" %} - {% translate "Use Admin" %} {% endif %} {% endblock %} {% block filter_search_form %} {% endblock %} {% comment %} detail-text added for dark-mode support {% endcomment %}
{% block content %} {% endblock %}
{% comment %} Required jQuery, Popper.js, Bootstrap JS {% endcomment %} {% if request|cookie_consent_enabled %} {% not_accepted_or_declined_cookie_groups request as cookie_groups %} {% if cookie_groups %} {% url "cookie_consent_cookie_group_list" as url_cookies %} {% cookie_consent_accept_url cookie_groups as url_accept %} {% cookie_consent_decline_url cookie_groups as url_decline %} {% endif %} {% endif %}
{{ COPYRIGHT_TEXT |safe }}
{% comment %} See Bug #329, cannot import modules, for now, have to copy-paste the code directly, which is kind of ugly. {% endcomment %}