{% load cms_tags menu_tags sekizai_tags %} {% load static %} {% load bootstrap_helpers %} {% load community_utils %} {% load django_bootstrap5 %} {% load faqs %} {% block pwa %} {% pwa_head %} {% endblock pwa %} {% comment %} {% webpush_header %} {% endcomment %} {% block head_meta %} {% if community_abbreviation %}{{ community_abbreviation }} | {% endif %}{% block title %}{{ meta_title|default:'' }}{% endblock %} {% include "base_components/base_meta.html" %} {% endblock %} {% block head %} {% endblock %} {% block extrahead %} {% comment %} We set the restUri Javascript variable here to make it accessible for institution_query.js and anywhere else where it is needed {% endcomment %} {% if form %} {{ form.media.css }} {% endif %} {% endblock %} {% render_block "css" %} {% cms_toolbar %} {% block topnav %} {% include "base_components/top_nav.html" %} {% endblock %}
{% block container %}
{% block breadcrumbs %}{% endblock %}

{% block headline %}{% endblock %}

{% block action_buttons %} {% if can_change_current_page %} {% if not request.toolbar.show_toolbar %} {% endif %} {% endif %} {% if site_faq_list %} {% modal "Frequently asked questions" "site-faqs" %} {% endmodal %} {% endif %} {% endblock %}

{% block subtitle %}{% endblock %}

{% block display %} {% endblock %}
{# Display django.contrib.messages as Bootstrap alerts #}
{% include "cookielaw/banner.html" %} {% bootstrap_messages %} {# Check if the users primary mail has been verified #} {% if user.communitymember and user.communitymember.email and not user.communitymember.email.is_verified %} {% with email=user.communitymember.email %} {% endwith %} {% endif %}
{% if user.is_authenticated %} {% include "base_components/e2ee_modal.html" %} {% endif %} {% block content %}{% endblock %} {% block pagination %} {% if is_paginated %}
{% bootstrap_pagination page_obj extra=request.GET.urlencode %}
{% endif %} {% endblock %}
{% endblock %}
{% block sticky %}{% endblock %} {% include "base_components/sidebar.html" %}