{# ####################### content.html ########################## This block prints the main content of the report - it should loop through the output from each module and print it to a single section. #}
{{ m['comment'] }}{% endif %} {% for s in m.sections %} {% 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 %} {% if s['name'] is not none and s['name'] | length > 0 %}
{{ s['comment'] }}{% endif %} {% if s['helptext'] is not none and s['helptext'] | length > 0 %}