{% extends "table_report_base.html" %} {% block content %} {% for section in sections %}

{{ section.title }}

{{ section.table_html|safe }}
{% endfor %} {% endblock %}