<%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/> <%! from courseware.courses import get_studio_url %> <%! from microsite_configuration import microsite %> <%! from openedx.core.djangoapps.course_groups.partition_scheme import get_cohorted_user_partition %>

${_("Batch Enrollment")}

${_("If this option is checked, users who have not yet registered for {platform_name} will be automatically enrolled.").format(platform_name=settings.PLATFORM_NAME)} ${_("If this option is left unchecked, users who have not yet registered for {platform_name} will not be enrolled, but will be allowed to enroll once they make an account.").format(platform_name=settings.PLATFORM_NAME)}

${_("Checking this box has no effect if 'Unenroll' is selected.")}

%if microsite.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.")}

Browse
%endif
%if section_data['access']['instructor']:

${_("Batch Beta Tester Addition")}

${_("If this option is checked, users who have not enrolled in your course will be automatically enrolled.")}

${_("Checking this box has no effect if 'Remove beta testers' is selected.")}


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

${_("Administration List 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 staff or beta tester lists. To modify these lists, " "contact your instructor and ask them to add you as an instructor for staff " "and beta lists, or a discussion admin for discussion management.")}

%endif %if section_data['access']['instructor']:
%endif %if section_data['access']['instructor'] or section_data['access']['forum_admin']:
%endif %if section_data['access']['instructor'] and settings.FEATURES.get('PERSONAL_ONLINE_COURSES', False):
%endif