<%page args="section_data" expression_filter="h"/> <%! from django.utils.translation import ugettext as _ %> %if section_data['access']['staff'] or section_data['access']['instructor']:
%if section_data['is_small_course']:

${_("View gradebook for enrolled learners")}




${_("View Gradebook")}


%endif

${_("View a specific learner's grades and progress")}





${_("Adjust a learner's grade for a specific problem")}








${_("Attempts")}



%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
${_("Rescore")}

%endif

%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
${_("Score Override")}





%endif

${_("Problem History")}



%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
${_("Task Status")}

%endif
% if course.entrance_exam_enabled:

${_("Adjust a learner's entrance exam results")}





${_("Attempts")}



${_("Allow Skip")}



%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:
${_("Rescore")}



%endif
${_("Entrance Exam History")}



%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
${_("Task Status")}

%endif
%endif %endif %if section_data['access']['instructor']: %if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):

${_("Adjust all enrolled learners' grades for a specific problem")}





${_("Attempts")}



${_("Rescore")}



${_("Task Status")}


%endif %if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):

${_("Pending Tasks")}


%endif %endif