% 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 }}

% endif

{{ _( "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 ) }}

% include "templates/form-repost.html"
% 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:") }}

% include "templates/form-repost.html"
% endif