${_("Page not found")}
-${Text(_('The page that you were looking for was not found. Go back to the {link_start}homepage{link_end} or let us know about any pages that may have been moved at {email}.')).format( - link_start=HTML(''), - link_end=HTML(''), - email=HTML('{email}').format(email=Text(static.get_tech_support_email_address())) - )}
-${_("Page not found")}
+${Text(_('The page that you were looking for was not found. Go back to the {link_start}homepage{link_end} or let us know about any pages that may have been moved at {email}.')).format( + link_start=HTML(''), + link_end=HTML(''), + email=HTML('{email}').format(email=Text(static.get_tech_support_email_address())) + )}
+${_("About")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("About")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("Blog")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("Blog")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("Contact")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("Contact")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("Donate")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("Donate")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+-${Text(_("Our system indicates that you are trying to access this {platform_name} " - "course from a country or region currently subject to U.S. economic and trade " - "sanctions. Unfortunately, at this time {platform_name} must comply with " - "export controls, and we cannot allow you to access this course." - )).format( - platform_name=Text(settings.PLATFORM_NAME), - )} -
-+ ${Text(_("Our system indicates that you are trying to access this {platform_name} " + "course from a country or region currently subject to U.S. economic and trade " + "sanctions. Unfortunately, at this time {platform_name} must comply with " + "export controls, and we cannot allow you to access this course." + )).format( + platform_name=Text(settings.PLATFORM_NAME), + )} +
+${_("FAQ")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("FAQ")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("Help")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("Help")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("Honor Code")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("Honor Code")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("Jobs")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("Jobs")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("Media Kit")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("Media Kit")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("In the Press")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("In the Press")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("In the Press")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("In the Press")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+${_("Privacy Policy")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("Privacy Policy")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+- ${Text(_("Currently the {platform_name} servers are down")).format( - platform_name=HTML(u"{}").format(Text(settings.PLATFORM_NAME)) - )} -
-- ${Text(_("Our staff is currently working to get the site back up as soon as possible. " - "Please email us at {tech_support_email} to report any problems or downtime.")).format( - tech_support_email=HTML('{0}').format(Text(settings.TECH_SUPPORT_EMAIL)) - )}
-+ ${Text(_("Currently the {platform_name} servers are down")).format( + platform_name=HTML(u"{}").format(Text(settings.PLATFORM_NAME)) + )} +
++ ${Text(_("Our staff is currently working to get the site back up as soon as possible. " + "Please email us at {tech_support_email} to report any problems or downtime.")).format( + tech_support_email=HTML('{0}').format(Text(settings.TECH_SUPPORT_EMAIL)) + )}
+- ${Text(_(u"There has been a 500 error on the {platform_name} servers")).format( - platform_name=HTML("{platform_name}").format(platform_name=Text(static.get_platform_name())) - )} -
-- ${Text(_('Please wait a few seconds and then reload the page. If the problem persists, please email us at {email}.')).format( - email=HTML('{email}').format( - email=Text(static.get_tech_support_email_address()) - ) - )} -
-+ ${Text(_(u"There has been a 500 error on the {platform_name} servers")).format( + platform_name=HTML("{platform_name}").format(platform_name=Text(static.get_platform_name())) + )} +
++ ${Text(_('Please wait a few seconds and then reload the page. If the problem persists, please email us at {email}.')).format( + email=HTML('{email}').format( + email=Text(static.get_tech_support_email_address()) + ) + )} +
+- ${Text(_("Currently the {platform_name} servers are overloaded")).format( - platform_name=HTML("{}").format(platform_name=Text(settings.PLATFORM_NAME)) - )} -
-- ${Text(_("Our staff is currently working to get the site back up as soon as possible. " - "Please email us at {tech_support_email} to report any problems or downtime.")).format( - tech_support_email=HTML('{0}').format(tech_support_email=Text(settings.TECH_SUPPORT_EMAIL)) - )} -
-+ ${Text(_("Currently the {platform_name} servers are overloaded")).format( + platform_name=HTML("{}").format(platform_name=Text(settings.PLATFORM_NAME)) + )} +
++ ${Text(_("Our staff is currently working to get the site back up as soon as possible. " + "Please email us at {tech_support_email} to report any problems or downtime.")).format( + tech_support_email=HTML('{0}').format(tech_support_email=Text(settings.TECH_SUPPORT_EMAIL)) + )} +
+${_("Terms of Service")}
-${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
-${_("Terms of Service")}
+${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}
+<%- gettext("Account Settings") %>
@@ -22,3 +23,4 @@ <% }); %>${_("Loading")}
+${_("Loading")}
+