<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %>

${_("Batch Enrollment")}

${_("Enter email addresses and/or usernames separated by new lines or commas.")} ${_("You will not get notification for emails that bounce, so please double-check spelling.")}

${Text(_("If this option is {em_start}checked{em_end}, users who have not yet registered for {platform_name} will be automatically enrolled.")).format( em_start=HTML(''), em_end=HTML(''), platform_name=settings.PLATFORM_NAME, )} ${Text(_("If this option is left {em_start}unchecked{em_end}, 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( em_start=HTML(''), em_end=HTML(''), platform_name=settings.PLATFORM_NAME, )}

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

${_("Student List Management")}

%if messages:
%for message in messages: ${message} %endfor
%endif %for member in ccx_members: %endfor
Username Email Revoke access
${member.user} ${member.user.email}

${Text(_("If this option is {em_start}checked{em_end}, users who have not yet registered for {platform_name} will be automatically enrolled.")).format( em_start=HTML(''), em_end=HTML(''), platform_name=settings.PLATFORM_NAME, )} ${Text(_("If this option is left {em_start}unchecked{em_end}, 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( em_start=HTML(''), em_end=HTML(''), platform_name=settings.PLATFORM_NAME, )}

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