%page args="section_data" expression_filter="h"/>
<%! from django.utils.translation import ugettext as _ %>
%if section_data['access']['instructor']:
%if section_data['is_small_course']:
${_("View gradebook for enrolled learners")}
${_("View Gradebook")}
%endif
% if course.entrance_exam_enabled:
%endif
%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
%endif
%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
${_("Pending Tasks")}
%endif
%endif