{% extends "base.html" %} {% block title %}SLA Administration{% endblock %} {% block content %}

SLA Report Edit (Back to Reports)

{% csrf_token %} {% for field in form %} {% endfor %}
{{ field.label_tag }} {{ field }}
{{ form.errors }}

 

{% include "sla/sla_report_item_list.html" %} {% endblock %}