%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/>
${_("Click to generate a CSV file of all students enrolled in this course, along with profile information such as email address and username:")}
% if not disable_buttons:${_("For smaller courses, click to list profile information for enrolled students directly on this page:")}
%endif${_("Click to display 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.")}
${_("Click to download a CSV of anonymized student IDs:")}
${_("Click to generate a CSV grade report for all currently enrolled students. Links to generated reports appear in a table below when report generation is complete.")}
${_("For large courses, generating this report may take several hours. Please be patient and do not click the button multiple times. Clicking the button multiple times will significantly slow the grade generation process.")}
${_("The report is generated in the background, meaning it is OK to navigate away from this page while your report is generating.")}
${_("Reports Available for Download")}
${_("The grade reports listed below are generated each time the Generate Grade Report button is clicked. A link to each grade report remains available on this page, identified by the UTC date and time of generation. Grade reports are not deleted, so you will always be able to access previously generated reports from this page.")}
%if settings.FEATURES.get('ENABLE_ASYNC_ANSWER_DISTRIBUTION'):${_("The answer distribution report listed below is generated periodically by an automated background process. The report is cumulative, so answers submitted after the process starts are included in a subsequent report. The report is generated several times per day.")}
%endif ## Translators: a table of URL links to report files appears after this sentence.${_("Note: To keep student data secure, you cannot save or email these links for direct access. Copies of links expire within 5 minutes.")}
${_("The status for any active tasks appears in a table below.")}