{% extends "base.html" %} {% load static %} {% block title %}Create Playbook - Step 1{% endblock %} {% block content %}

Basic Information

Add Workflows

Publishing

Step 1: Basic Information

{% csrf_token %}
{% if form.name.errors %}
{{ form.name.errors.0 }}
{% endif %}
{% if form.description.errors %}
{{ form.description.errors.0 }}
{% endif %}
{% if form.category.errors %}
{{ form.category.errors.0 }}
{% endif %}
Comma-separated tags (optional)
{% include "playbooks/_visibility_field_help.html" %}
{% endblock %}