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

{{ counter.title }}

{{ counter.value }}

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

{{ chart.title }}

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