{% 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] }}
{% endif %} {% endfor %}