{{ node.test_info.comment }} {{ node.test_info.test_id }} {% if node.test_info.oval_object -%} {%- if node.test_info.oval_object.flag == "complete" -%}

Following items have been found on the system:

{%- else %}

No items have been found conforming to the following objects:
Object {{node.test_info.oval_object.object_id}} of type {{node.test_info.oval_object.object_type}}

{%- endif %}
{% for item in node.test_info.oval_object.get_header_from_object_data() -%} {%- endfor %} {% for row in node.test_info.oval_object.object_data -%} {% for key, value in node.test_info.oval_object.filtr_object_data_item(row).items() -%} {%- endfor %} {%- endfor %}
{{ item.split("@")[0] | replace("_", " ") | capitalize }}
{{ value }}
{%- endif %}