{% for column in data.columns %}
{% for item in column %}
{{ item.widget.title }}
{{ item.content|safe }}
{% endfor %}
{% endfor %}