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

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

                {% for indexes in data['apache']['indexes']["directories"][item]['options'] %}
                    {{ indexes }}
                {% endfor %}
                
For resolving the issue, add this line in the apache config file:

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