{% extends "admin/base_site.html" %} {% load i18n static %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }} dashboard{% endblock %} {% block nav-breadcrumbs %}{% endblock %} {% block content_container %}
{% include "admin/includes/dashboard_stats.html" %} {% include "admin/includes/dashboard_charts.html" %} {% include "admin/includes/recent_actions.html" %}
{% endblock %}