<%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/> %if not any (section_data.values()):

${_("There is no data available to display at this time.")}

%else: <%namespace name="d3_stacked_bar_graph" file="/class_dashboard/d3_stacked_bar_graph.js"/> <%namespace name="all_section_metrics" file="/class_dashboard/all_section_metrics.js"/>

Loading the latest graphs for you; depending on your class size, this may take a few minutes.

%for i in range(0,len(section_data['sub_section_display_name'])):

Section: ${section_data['sub_section_display_name'][i]}

Count of Students Opened a Subsection

Loading...

Grade Distribution per Problem

%if not section_data['section_has_problem'][i]:

${_("There are no problems in this section.")}

%else:

Loading...

%endif
%endfor %endif