{% extends "base.html" %} {% block title %}Phases - {{ playbook.name }}{% endblock %} {% block content %}
{{ phase.description|truncatewords:20 }}
{% else %}No description
{% endif %}This playbook doesn't have any lifecycle phases yet. Phases help organize activities into logical stages like Planning, Execution, or Review.
{% if playbook.status == 'draft' %}