<%namespace name='static' file='../static_content.html'/> <%! from django.utils.translation import ugettext as _ %> <%inherit file="../main.html" /> <%block name="pagetitle">${_("Page Not Found")}

${_("Page not found")}

${_('The page that you were looking for was not found. Go back to the {link_start}homepage{link_end} or let us know about any pages that may have been moved at {email}.').format( link_start='', link_end='', email='{email}'.format(email=static.get_tech_support_email_address()) )}