{% extends "access_django_user_admin/bootstrap.html" %} {# Load the tag library #} {% load django_bootstrap5 %} {# Load CSS and JavaScript #} {% bootstrap_css %} {% bootstrap_javascript %} {# Our application stuff #} {% load static %} {% load user_admin_tags %} {% load get_settings %} {% block bootstrap5_content %} {% block serviceindex_global_header %} {{ block.super }} {% endblock %}