{% load staticfiles %} {% block css %} {% endblock %} {% block javascript %} {% if include_jquery %} {% endif %} {% endblock %} {% block dashboard %}
{% for dashlet in dashlets %} {% if dashlet.dashlet.allow_usage %}
{{ dashlet.dashlet }}
{% endif %} {% endfor %}
{% endblock %}