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

Add Condition

{% if form.errors %}

There were some errors.

{% endif %}
{% csrf_token %}
AttributeSettingDescription
Name{{ form.name }}The condition's name.
Desc{{ form.desc }}A description of the condition.
Type{{ form.condition_type }}The condition type.
Info Source{{ form.info_source }}The source for information on this condition.
Info Source Tier{{ form.tier }}The info source tier.
Pervasiveness{{ form.pervasiveness }}The pervasiveness of this condition.
{% endblock %}