<%page args="section_data" expression_filter="h"/> <%namespace name='static' file='/static_content.html'/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %> %if settings.FEATURES.get('ALLOW_COURSE_STAFF_GRADE_DOWNLOADS') or section_data['access']['admin']:
${_("Note")}: Please select learner status and then click "Download Course Grade Report" button.

Learner status

${_("Click to generate a CSV grade report for all currently enrolled students.")}

%endif