${_("Page not found")}
${_('The page that you were looking for was not found.')} ${_('Go back to the {homepage} or let us know about any pages that may have been moved at {email}.').format( homepage='homepage', email='technical@edx.org')}
%! from django.utils.translation import ugettext as _ %> <%inherit file="base.html" /> <%block name="title">${_("Page Not Found")}%block> <%block name="content">
${_('The page that you were looking for was not found.')} ${_('Go back to the {homepage} or let us know about any pages that may have been moved at {email}.').format( homepage='homepage', email='technical@edx.org')}