{% extends "base.html" %} {% block title %}SLA Report Item Add {% endblock %} {% block content %}

SLA Report Item Add (Back to Report)

{% csrf_token %}
{{ form.sri_alertid.label }} {{ form.sri_alertid }}
{{ form.sri_alerttime.label }} {{ form.sri_alerttime }}
{{ form.sri_alertduration.label }} {{ form.sri_alertduration }}
{{ form.sri_alertdescription.label }} {{ form.sri_alertdescription }}
{{ form.sri_alertaction.label }} {{ form.sri_alertaction }}
{{ form.sri_alertresolution.label }} {{ form.sri_alertresolution }}
{{ form.errors }}

{% endblock %}