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

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

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

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