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

${_(u"There has been a 500 error on the {platform_name} servers").format( platform_name=u"{platform_name}".format(platform_name=static.get_platform_name()) )}

${_(u'Please wait a few seconds and then reload the page. If the problem persists, please email us at {email}.').format( email=u'{email}'.format( email=static.get_tech_support_email_address() ) )}