{% extends "cms/admin_home.html" %} {% load cms_tags i18n %} {% block content %}

{% trans "School Performance Statistics" %}

{% trans "Total # Students" %}: {{ totalStudents }}
{% trans "Total # Series Taught" %}: {{ numSeries }}
{% trans "Total # Series Registrations" %}: {{ totalSeriesRegs }}
{% trans "Total Time Studio in Existence" %}: {{ totalTime }}
{% static_placeholder 'stats_graphs' %}
{% endblock %}