{% extends "base.html" %} {% block title %}Create Phase - {{ playbook.name }}{% endblock %} {% block content %}

Create New Phase

{% csrf_token %}
{% if errors.name %}
{{ errors.name }}
{% endif %}
{% if errors.order %}
{{ errors.order }}
{% endif %} Optional: Specify display order (e.g., 1, 2, 3)
Cancel
{% endblock %}