{% extends "admin/base.html" %}
{% block extrahead %}
{{ block.super }}
{{ cached_task_events|json_script:"cached_alerts" }}
{{ websocket_port|json_script:"socket_port" }}
{{ websocket_uri|json_script:"socket_uri" }}
{% load static %}
{% endblock %}
{% block messages %}
{{ block.super }}
{% if request.user.is_authenticated %}
{% include "task_alerts.html" %}
{% endif %}
{% endblock %}