{% load static %}
{% for column in widget.columns %} {% endfor %} {% for row in widget.rows %} {% for column, val in row.items %} {% endfor %} {% endfor %}
{{ column }}