Apache

{% if data['apache']['audit'] %} {% for item in data['postfix']['vulnerabilities'] %}

{{ data['postfix']['vulnerabilities'][item]['description'] }}.
{% if data['postfix']['vulnerabilities'][item]['result'] == 'success' %}

                {{ data['postfix']['vulnerabilities'][item]['flagFound'] }}
	            
{% else %} For resolving the issue, add this line in the {{ data['postfix']['filename'] }} vulnerabilities:

                {% for value in data['postfix']['vulnerabilities'][item]['recommand_value'] %}
 	              {{ data['postfix']['vulnerabilities'][item]['flag'] }} = {{ value }}
                {% endfor %}
	            
{% endif %} {% if 'id' in data['postfix']['vulnerabilities'][item] %} linked with the {{ data['postfix']['vulnerabilities'][item]['id'] }} {% endif %}
{% endfor %} {% else %} {{ data['apache']['msg'] }} {% endif %}