{% extends "base.html" %} {% block content %}

Distribution Analysis

Data Table

{% for header in table_data.headers %} {% endfor %} {% for row in table_data.rows %} {% for cell in row.values() %} {% endfor %} {% endfor %}
{{ header }}
{{ cell }}
{% endblock %}