{% set sla_properties = datacontract.slaProperties if datacontract.slaProperties is defined and datacontract.slaProperties is not callable else [] %} {% if sla_properties is mapping %} {% set sla_properties = [sla_properties] %} {% elif sla_properties is not sequence or sla_properties is string %} {% set sla_properties = [] %} {% endif %} {% if sla_properties and sla_properties|length > 0 %}

Service-Level Agreement (SLA)

This section describes the service-level agreements (SLA).

{% endif %}