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

Edit Rule

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