{% extends "admin/base.html" %} {% block extrahead %} {{ block.super }} {{ cached_task_events|json_script:"cached_alerts" }} {% load bootstrap5 %} {% bootstrap_css %} {% bootstrap_javascript %} {% endblock %} {% block messages %} {{ block.super }} {{ request.user.is_authenticated|json_script:"user_is_authenticated" }} {% include "task_alerts.html" %} {% endblock %}