{% extends "base.html" %} {% load static %} {% block title %}Edit Agent - {{ agent.name }}{% endblock %} {% block content %}

Edit Agent

Editing agent in {{ playbook.name }}

{% csrf_token %}
{% if errors.name %}
{{ errors.name }}
{% endif %} Short descriptive name (max 200 characters)
Optional. What this agent does and when to use it.
Cancel
{% endblock %}