%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/>
${_("The following button displays a list of all students enrolled in this course, along with profile information such as email address and username. The data can also be downloaded as a CSV file.")}
${_("Displays the grading configuration for the course. The grading configuration is the breakdown of graded subsections of the course (such as exams and problem sets), and can be changed on the 'Grading' page (under 'Settings') in Studio.")}
${_("Download a CSV of anonymized student IDs by clicking this button.")}
${_("The following button will generate a CSV grade report for all currently enrolled students. For large courses, generating this report may take a few hours.")}
${_("The report is generated in the background, meaning it is OK to navigate away from this page while your report is generating. Generated reports appear in a table below and can be downloaded.")}
${_("Reports Available for Download")}
${_("File links are generated on demand and expire within 5 minutes due to the sensitive nature of student grade information. Please note that the report filename contains a timestamp that represents when your file was generated; this timestamp is UTC, not your local timezone.")}
${_("The status for any active tasks appears in a table below.")}