%inherit file="main.html" /> <%! from microsite_configuration import microsite %> <%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse %> <%! from django.utils.translation import ugettext as _ %> <%block name="pagetitle">${_("Log into your {platform_name} Account").format(platform_name=platform_name)}%block> <%block name="bodyclass">view-login%block> <%block name="js_extra"> %block> ${_("Please log in")} ${_("to access your account and courses")} ${_("We're Sorry, {platform_name} accounts are unavailable currently").format(platform_name=platform_name)} ${_("The following errors occurred while logging you in:")} ${_("Your email or password is incorrect")} ${_('Please provide the following information to log into your {platform_name} account. Required fields are noted by bold text and an asterisk (*).').format(platform_name=platform_name)} ${_('Required Information')} ${_('E-mail')} ${_("This is the e-mail address you used to register with {platform}").format(platform=platform_name)} ${_('Password')} ${_('Forgot password?')} ${_('Account Preferences')} ${_('Remember me')} % if course_id and enrollment_action: % endif
${_('Please provide the following information to log into your {platform_name} account. Required fields are noted by bold text and an asterisk (*).').format(platform_name=platform_name)}