%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/>
${_("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)}
${_("If this option is checked, users will receive an email notification.")}
${_("If this option is checked, users will receive an email notification.")}
${_("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