{% load dashboard_tags %} {% load theme_tags %} {% theme_extends "dashboard/base.html" %} {% block title %}{% trans "Dashboard" %}{% endblock %} {% block content_classes %}col-xs-12 col-sm-8 col-md-8{% endblock %} {% block content %}
{% blocktrans %} Customize the dashboard statistics that would show up in the dashboard page by either reordering the following statistics types or choosing which type would be visible at a current time. {% endblocktrans %}
{% endblock %} {% block sidebar_classes %}col-xs-12 col-sm-4 col-md-4{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}