<%! from django.utils.translation import ugettext as _ %>

${_("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.")}

${_("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.")}

${_("Student List Management")}

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