<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import Text, HTML %> <%inherit file="../main.html" />

${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)) )}