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

{{ agent.name }}

{{ playbook.name }} · v{{ playbook.version }}

Updated {{ agent.updated_at|timesince }} ago · Created {{ agent.created_at|timesince }} ago

{% if can_edit %} {% endif %}
Description
{% if agent.description %}
{{ agent.description|markdown }}
{% else %}

No description provided.

{% endif %}
Used in Activities
{% if activities %} {% else %}

No activities are using this agent yet.

{% endif %}
{% endblock %}