%page expression_filter="h"/> <%inherit file="../main.html" /> <%namespace name='static' file='../static_content.html'/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse from django.utils import html %> <%block name="pagetitle">${_("User Survey")}%block> <%block name="bodyclass">view-survey%block> <%block name="js_extra"> %block> % if course: ${course.display_org_with_default} ${course.display_number_with_default} ${course.display_name} ${_("Pre-Course Survey")} ${_("You can begin your course as soon as you complete the following form. Required fields are marked with an asterisk (*). This information is for the use of {platform_name} only. It will not be linked to your public profile in any way.").format(platform_name=platform_name)} % endif ${_("You are missing the following required fields:")} ${survey_form | n, unicode} ${_('Submit')} ${_("Cancel and Return to Dashboard")}
${_("You can begin your course as soon as you complete the following form. Required fields are marked with an asterisk (*). This information is for the use of {platform_name} only. It will not be linked to your public profile in any way.").format(platform_name=platform_name)}