{% if developer_status %}
{% endif %}
{{ heading_title }}
{% for row in rows %}
{{ security }}
{% for dashboard_1 in row %}
{% set class = 'col-lg-%s %s'|format(dashboard_1.width, 'col-md-3 col-sm-6') %}
{% for dashboard_2 in row %}
{% if dashboard_2.width > 3 %}
{% set class = 'col-lg-%s %s'|format(dashboard_1.width, 'col-md-12 col-sm-12') %}
{% endif %}
{% endfor %}
{% endfor %}
{{ dashboard_1.output }}
{% endfor %}