%page expression_filter="h"/>
<%namespace name='static' file='static_content.html'/>
<%!
from openedx.core.djangolib.markup import HTML, Text
from openedx.core.djangolib.js_utils import js_escaped_string
from django.conf import settings
from django.urls import reverse
from django_countries import countries
from student.models import UserProfile
from datetime import date
import calendar
%>
${Text(_('Sign Up for {platform_name}')).format(
platform_name=HTML(u'{}').format(settings.PLATFORM_NAME)
)}