Database Tables

{% for table_name, contents in table_contents.items() %}

{{table_name}}

{% for column in contents['columns'] %} {% endfor %} {% for row in contents['rows'] %} {% for column in contents['columns'] %} {% endfor %} {% endfor %}
{{column}}
{{row[column]}}
{% endfor %}