## xss-lint: disable=mako-missing-default,python-wrap-html <%! from django.utils.translation import ugettext as _ %> <%inherit file="main.html" />

${_("Secondary e-mail change failed")}


% if err_msg:

${err_msg}

% else:

${_("We were unable to activate your secondary email {secondary_email}").format(secondary_email=secondary_email)}

% endif ## xss-lint: disable=python-wrap-html

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