{% extends "base.html" %} {% load authorization_tags %} {% load static %} {% block content %} {{ block.super }}

Edit SLA Configuration

{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}
{% if "dojo.delete_sla_configuration"|has_configuration_permission:request %} {% endif %}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}