% set error = response.email_error
{{ response.body }}
% if error.reason == 'bounce' % set bounce_message = error.get_bounce_message() % if bounce_message{{ _("The error message from the email system was:") }}
{{ bounce_message }}
{{ _( "If you believe that emails sent by us to {email_address} will no " "longer bounce back, then you can remove this address from the " "blacklist and try again:", email_address=error.email_address ) }}
% endif % set input_name = request.find_input_name(error.email_address) % if input_name in ('add-email', 'sign-in.email'){{ _("Alternatively, you can try a different email address:") }}
% endif