{% extends "ci/base.html" %} {% load staticfiles %} {% block pagetitle %}{{ dashboard.name }} Dashboard{% endblock %} {% block content %}
Seed Control Interface

{{ dashboard.name }} Dashboard

 


{% for widget in dashboard.widgets %} {% if forloop.counter|divisibleby:4 %}
{% endif %}
{% endfor %}
{% endblock %}