{% load i18n %} {% if data_tables %} {% for table in data_tables %}

{{ table.title }}

11 %} style="height: 400px;"{% endif %}> {% for header in table.headers %} {% endfor %} {% for row in table.body %} {% for value in row %} {% endfor %} {% endfor %} {% if table.footers %} {% for footer in table.footers %} {% endfor %} {% endif %}
{{ value }}
{{ footer }}
{% endfor %} {% endif %}