Delete Agent?

You are about to delete:

{{ agent.name }}

{{ agent.playbook.name }}

{% if activity_count > 0 %}
Used in {{ activity_count }} activities
    {% for activity in activities %}
  • {{ activity.name }}
  • {% endfor %} {% if activity_count > 5 %}
  • …and {{ activity_count|add:"-5" }} more
  • {% endif %}

Agent assignments will be removed from these activities.

{% else %}

This agent is not currently assigned to any activities.

{% endif %}
This action cannot be undone.
{% csrf_token %}