{% for check in checks %}

{{ check.index }}
{{ check.impact }} severity
{% if "path" in check %}
{{ check.help }}
{% else %} {{ check.help }} {% endif %}

{{ check.description }}

Issue Tags: {% for tag in check.tags %} {{ tag }} {% endfor %}
{% if check.nodes %} {% for node in check.nodes %} {% if node.fix_summaries %}
{% for fix in node.fix_summaries %} {{ fix.highlight }} {% endfor %}
{% endif %}
{{node.html}}
{% endfor %} {% endif %}
{% endfor %}