{% for column in row.columns %}
{% for element in column.elements %} {% include "suit_dashboard/element.html" %} {% endfor %}
{% endfor %}