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

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

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