{# Copyright 2022, Red Hat, Inc. #} {# SPDX-License-Identifier: LGPL-2.1-or-later #} {% extends 'base_report.html' %} {% block interactive_script %} {% endblock %} {% block oval_graph_generation_script %} {% endblock %} {% block debug_script %} {% endblock %} {% block patternfly_css %} {% if debug_setting.use_online_css %} {% else %} {% endif %} {% endblock %} {% block style %} {% endblock %} {% block title%}SCAP Evaluation Report{% endblock %} {% block content %} {% if report.profile_info.title|length and report.profile_info.description|length -%}

About profile


{% include 'profile_info.html' %}
{%- endif -%}

Compliance and Scoring


{% set rule_result_stats = report.get_rule_results_stats() %} {% include 'summary_banner.html' %}

Rule results


{% include 'rule_results.html' %}
{% if report.get_failed_rules()|length != 0 %}

Severity of failed rules


{% include 'severity_of_failed_rules.html'%}
{% endif %}

Score 

{% include 'score_bar.html' %}

{% include 'evaluation_characteristics.html' %}

Rule Overview


{% include 'search_input.html' %}
{% include 'rules_overview.html' %}
{% endblock %}