<%namespace name='static' file='/static_content.html'/> <%page args="section_data"/> <%! from django.utils.translation import ugettext as _ from courseware.courses import get_studio_url from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_user_partition %>
${_("Batch Enrollment")} % if section_data['is_white_label']: %endif
%if static.get_value('ALLOW_AUTOMATED_SIGNUPS', settings.FEATURES.get('ALLOW_AUTOMATED_SIGNUPS', False)):

${_("Register/Enroll Students")}

${_("To register and enroll a list of users in this course, choose a CSV file that contains the following columns in this exact order: email, username, name, and country. Please include one student per row and do not include any headers, footers, or blank lines.")}

%endif
%if section_data['access']['instructor']:
${_("Batch Beta Tester Addition")}

%endif
## Translators: an "Administration List" is a list, such as Course Staff, that users can be added to.

${_("Course Team Management")}

## Translators: an "Administrator Group" is a group, such as Course Staff, that users can be added to.
%if not section_data['access']['instructor']:

${_("Staff cannot modify these lists. To manage course team membership, " "a course Admin must give you the Admin role to add Staff or Beta Testers, " "or the Discussion Admin role to add discussion moderators and TAs.")}

%endif %if section_data['access']['instructor']:
## Note that "Admin" is identified as "Instructor" in the Django admin panel.
%endif %if section_data['access']['instructor'] or section_data['access']['forum_admin']:
%endif %if section_data['access']['instructor'] and section_data['ccx_is_enabled']:
%endif