Create New Alert

{% csrf_token %}
{{ form.type }}
{% if form.type.errors %}

{{ form.type.errors.0 }}

{% endif %}
{{ form.description }}
{% if form.description.errors %}

{{ form.description.errors.0 }}

{% endif %}