{% load fullpath %}
{% for table, cols in context.cols.items %}
{% endfor %}
{% for tables, cols in connections.items %} {% for cols_inner in cols %} {% endfor %} {% endfor %}
Table Referenced table Column Referenced column
{{tables.0}} {{tables.1}} {{cols_inner.0}} {{cols_inner.1}}