${_("Gradebook")}
+ + + + %if number_of_students > 0: +
+
+
+
+ ${_("Score View:")}
+ ${_("Percent")}
+ ${_("Absolute")}
+ ${_("Download Grade Report")}
+
+
+
+
+
+
+
+
+
+
+
+ ${_("Fetching gradebook data")}
+
+
+
+
+
+
+
+ ${_("No matching records found")}
+
+
+
+ %else:
+ ${_("There are no students enrolled in this course.")}
+ %endif
+