{% 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 }} {% if request.user.is_authenticated %} {% include "task_alerts.html" %} {% endif %} {% endblock %}