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

Create Rule

{% csrf_token %}
{% if errors.title %}
{{ errors.title }}
{% endif %}
Cancel
{% endblock %}