{# ####################### 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_output %} {% if m.sections | length > 0 %}
{{versions|join("
, ")}}
{% else %}
{{ tool }}: {{ versions|join("
, ") }}
{% 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 %}