{% load theme_tags %} {% load dashboard_tags %} {% load i18n %} {% theme_extends "site_base.html" %} {% block title %}Dashboard{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %} {% dashboard_nav user %}
{% 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 extra_body %} {{ block.super }} {% endblock %}