{% extends 'portal/base_no_userprofile.html' %} {% load table_tags %} {% block content %}

Aggregated Data from CFL


{% for table in tables %}

{{ table.title }}

{{ table.description }}

{% for head in table.header %} {% endfor %} {% for data in table.data %} {% for entry in data %} {% endfor %} {% endfor %}
{{ head }}
{{ entry|tableformat }}


{% endfor %} {% endblock content %}