%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse %> <%! from django_countries.countries import COUNTRIES %> <%! from student.models import UserProfile %> <%! from datetime import date %> <%! import calendar %> Sign Up for edX % if has_extauth_info is UNDEFINED: E-mail* Password* Public Username* Full Name % else: Welcome ${extauth_email} Enter a public username: Public Username* % endif Ed. completed -- %for code, ed_level in UserProfile.LEVEL_OF_EDUCATION_CHOICES: ${ed_level} %endfor Gender -- %for code, gender in UserProfile.GENDER_CHOICES: ${gender} %endfor Year of birth -- %for year in UserProfile.VALID_YEARS: ${year} %endfor ## Mailing address Goals in signing up for edX I agree to the Terms of Service* I agree to the Honor Code* % if has_extauth_info is UNDEFINED: Already have an account? Login. % endif ✕
Welcome ${extauth_email}
Enter a public username:
Already have an account? Login.
✕