<%! from django.utils.translation import ugettext as _ %> <%inherit file="../main.html" />

${_("Currently the {platform_name} servers are down").format( platform_name=u"{}".format(settings.PLATFORM_NAME) )}

${_("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=u"{0}".format(settings.TECH_SUPPORT_EMAIL) )}