{% extends "admin/change_form.html" %} {% load i18n %} {% block content %} {% if add %}

Broadcast System Message

Create a single system directive that will be duplicated for {{ agent_count }} persistent agent{% if agent_count|default:0 != 1 %}s{% endif %}. Use this to quickly deliver the same instruction to every agent.

Saving will not trigger event processing. Queue it manually later if delivery should start immediately.

{% endif %} {{ block.super }} {% endblock %}