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

${_("E-mail change failed")}


% if err_msg is not UNDEFINED:

${err_msg}

% else:

${_("We were unable to send a confirmation email to {email}").format(email=email)}

% endif

${_('Go back to the {link_start}home page{link_end}.').format(link_start='', link_end='')}