{% extends "admin/base_site.html" %} {% load i18n static %} {% block coltype %}container row{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% include "counters.html" %}
{% include "charts.html" %}
{% endblock %}