<h1>${_("There has been a 500 error on the <em>{platform_name}</em> servers").format(platform_name=settings.PLATFORM_NAME)}</h1>
<h1>${_(u"There has been a 500 error on the <em>{platform_name}</em> servers").format(
<p>${_('Please wait a few seconds and then reload the page. If the problem persists, please email us at <ahref="{email}">{email}</a>.').format(email=settings.TECH_SUPPORT_EMAIL)}</p>
platform_name=settings.PLATFORM_NAME
)}</h1>
<p>${_(u'Please wait a few seconds and then reload the page. If the problem persists, please email us at {email}.').format(