{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block content %}Trigger an immediate proactive outreach cycle for {{ agent.name }} (ID: {{ agent.id }}). This bypasses cooldown and opt-in checks and should only be used for testing.
Note: Proactive outreach will fail if the agent owner or their organization is inactive.
{% if not agent.is_active %}Warning: This agent is currently inactive. Forcing outreach may still queue processing.
{% endif %} {% endblock %}