Violations

{# Sanity default: if dd is empty, the values are permutated #}
Agreement Id
{{agreement.agreement_id|default:" "}}
Service
{{agreement.context.service_formatted|default:" "}}
Metric name
{{guarantee_term.servicelevelobjective.kpiname|default:" "}}
{% with guarantee_term.servicelevelobjective.bounds as bounds %}
Threshold
{{bounds.0|default:" "}}
{% endwith %}
{% for v in violations %} {% empty %} {% endfor %}
# Date Actual value
{{forloop.counter}} {{v.datetime}} {{v.actual_value}}
No violations