{% for a in agreements %} {% if a.guaranteestatus == "VIOLATED" %} {% elif a.guaranteestatus == "FULFILLED" %} {% else %} {% endif %} {% with a.agreement_id as key %} {% for k,v in enforcements.items %} {% if key == k %} {% if a.guaranteestatus == "VIOLATED" and v == "UNACTIVE" %} {% elif a.guaranteestatus == "FULFILLED" and v == "UNACTIVE" %} {% endif %} {% endif %} {% endfor %} {% endwith %} {% endfor %}
Provider
iMinds
{{ a.context.template_id }} {{ a.context.time_formatted }} View Agreement {% if v == "ACTIVE" %} In progress {% elif v == "UNACTIVE" %} Disabled {% endif %} Result: 99% uptime for {% for vi, value in last_violation_list.items %} {% if a.agreement_id == vi %} {{ value }}% {% endif %} {% endfor %} resources Result: 99% uptime for {% for vi, value in last_violation_list.items %} {% if a.agreement_id == vi %} {{ value }}% {% endif %} {% endfor %} resources