{# Copyright 2022, Red Hat, Inc. #} {# SPDX-License-Identifier: LGPL-2.1-or-later #} {% 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 %}