{% extends "admin/base_site.html" %} {% load i18n static %} {% block coltype %}container row{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% for icon in icons %} {% if icon.value > 0 %}

{{ icon.title }}

{{ icon.value }}

{% endif %} {% endfor %} {% if charts %} {% for chart in charts %}

{{ chart.title }}

{% block loadcharts %} {% if chart %} {% endif %} {% endblock %} {% endfor %} {% endif %}
{% endblock %}