%! from django.utils.translation import ugettext as _ %> <%inherit file="base.html" /> <%block name="content">
${_("We're sorry. Something went wrong with your activation. Check to make sure the URL you went to was correct, as e-mail programs will sometimes split it into two lines.")}
${_("If you still have issues, contact {platform_name} Support. In the meantime, you can also return to {link_start}the {studio_name} homepage.{link_end}").format( platform_name=settings.PLATFORM_NAME, studio_name=settings.STUDIO_NAME, link_start='', link_end="" )}