{% extends "risk/base.html" %} {% block sub-title %}Add Risk Response | {% endblock %} {% block content-main %}

Add Risk Response

{% if form.errors %}

There were some errors.

{% endif %}
{% csrf_token %}
AttributeSettingDescription
Name{{ form.name }}The response's name.
Desc{{ form.desc }}A description of the response.
Type{{ form.response_type }}The response type.
Effectiveness{{ form.effectiveness }}The effectiveness of this response.
Status{{ form.status }}The current status of this response.
{% endblock %}