{% extends "base.html" %} {% load static %} {% load markdown_filters %} {% block title %}{{ playbook.name }} - Playbook{% endblock %} {% block content %}
{{ playbook.get_status_display }} v{{ playbook.version }} {{ playbook.get_category_display }} {{ playbook.get_visibility_display }}
{{ playbook.author.username }} Updated {{ playbook.updated_at|timesince }} ago
{{ playbook.description }}
{{ workflow.description }}
{% endif %}No workflows added yet.
{% endif %}{{ phase.description|truncatewords:20 }}
{% endif %} {% endfor %}{{ agent.description|markdown|striptags|truncatewords:20 }}
{% endif %} {% endfor %}No agents in this playbook yet.
{% if can_edit %} Create First Agent {% endif %}No captured versions yet.
{% endif %}Settings tab content (to be implemented)