{#- standard.html Template for the report content. It uses modules object to fill automatically the HTML page. #} {%- extends 'base.html' %} {%- block title %} {{ module.title }} {%- endblock %} {%- block content %} {{ module.intro if module.intro }} {%- for section in module.sections %}
{%- if section["name"] %}

{{ section["name"] }} {%- if section["title_links"] %} {{ section["title_links"] }} {%- endif %}

{%- endif %} {{ section["content"] }}
{%- endfor %} {%- endblock %}