{% load static future %} Dashboard
{% for widget_name, widget, position in widgets %} {% cycle "col1" "col2" "col3" as column silent %} {% if column == "col1" %}
{% endif %}
{% include widget.template_name with widget=widget %}
{% if column == "col3" or forloop.last %}
{% endif %} {% empty %}

No widgets found

Whoops! Looks like you have not registered any widget, yet.
{% endfor %}