{# ####################### content.html ########################## This block prints the main content of the report - it should loop through the output from each module and print it in sections. #} {% for m in report.modules %} {% if not m.hidden %} {% if m.sections | length > 0 %}
{% for version in versions %}
{{ version[1] }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% else %}
{{ tool }}:
{% for version in versions %}
{{ version[1] }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{{ m['comment'] }}{% endif %} {% endif %} {% if s['print_section'] %} {% if (s['name'] is none or s['name'] | length == 0) and s['helptext'] is not none and s['helptext'] | length > 0 %} {% endif %}
{{ s['comment'] }}{% endif %} {% if s['helptext'] is not none and s['helptext'] | length > 0 %}