{% if rule.remediations %} {% for remediation in rule.remediations %}
Remediation {{ remediation.get_type() }} {% if remediation.complexity != "" %} {% endif %} {% if remediation.disruption != "" %} {% endif %} {% if remediation.strategy != "" %} {% endif %}
Complexity: {{ remediation.complexity }}
Disruption: {{ remediation.disruption }}
Strategy: {{ remediation.strategy }}
{{ remediation.fix | e }}
{% endfor %} {% endif %}