<%! 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")}

${_("Grade Distribution per Problem")}

%endfor %endif