{% for key, value in context.components.dfs[0].variables.items() %} {% if value.error %}
{% with error_message = value.error %} {% include "error.html" %} {% endwith %}
{% else %}

{{ key|escape }}

{{ value.col_type }}

{% if value.col_type != "datetime" %} {% endif %}
{% for h, d in value.tabledata["Overview"].items() %} {% for comps in context.components.dfs %} {% if key in comps.variables %} {% if h in comps.variables[key].tabledata["Overview"] %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ h }}{{ comps.variables[key].tabledata["Overview"][h] }}
{{ context.components.graphs[1][loop.index0] }}
{% for tab in value.tab_names %} {% endfor %}
{% if value.col_type == "numerical" %}

Quantile Statistics

{% for h, d in value.tabledata["Quantile Statistics"].items() %} {% for comps in context.components.dfs %} {% if key in comps.variables %} {% if h in comps.variables[key].tabledata["Quantile Statistics"] %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ h }}{{ comps.variables[key].tabledata["Quantile Statistics"][h] }}

Descriptive Statistics

{% for h, d in value.tabledata["Descriptive Statistics"].items() %} {% for comps in context.components.dfs %} {% if key in comps.variables %} {% if h in comps.variables[key].tabledata["Descriptive Statistics"] %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ h }}{{ comps.variables[key].tabledata["Descriptive Statistics"][h] }}
{% endif %} {% if value.col_type == "categorical" %}

Length

{% for h, d in value.tabledata["Length"].items() %} {% for comps in context.components.dfs %} {% if key in comps.variables %} {% if h in comps.variables[key].tabledata["Length"] %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ h }}{{ comps.variables[key].tabledata["Length"][h] }}

Sample

{% for h, d in value.tabledata["Sample"].items() %} {% for comps in context.components.dfs %} {% if key in comps.variables %} {% if h in comps.variables[key].tabledata["Sample"] %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ h }}{{ comps.variables[key].tabledata["Sample"][h] }}

Letter

{% for h, d in value.tabledata["Letter"].items() %} {% for comps in context.components.dfs %} {% if key in comps.variables %} {% if h in comps.variables[key].tabledata["Letter"] %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ h }}{{ comps.variables[key].tabledata["Letter"][h] }}
{% endif %} {% for div in value.plots[1] %} {% if key in context.components.dfs[1].variables %} {% endif %}
{{ div }}{{ context.components.dfs[1].variables[key].plots[1][loop.index0] }}
{% endfor %}
{% endif %} {% endfor %}