{% if data["apache"]["indexes"]["audit"] %} {% for item in data['apache']['indexes']['indexes'] %}

{{ data['apache']['indexes']['indexes'][item]['description'] }}.
{% if data['apache']['indexes']['indexes'][item]['result'] == 'failed' %} Result of the audit:

                {% for protocol in data['apache']['indexes']['indexes'][item]['msg'] %}
                    {{ protocol }}
                {% endfor %}
                
For resolving the issue, add this line in the VirtualHost file:

                  {{ data['apache']['indexes']['indexes'][item]['recommand_value'] }}
                
{% endif %}
{% endfor %} {% else %} {{ data['apache']['indexes']['msg'] }} {% endif %}