{{ response.body }}

% set input_name = request.find_input_name(response.email_address) % if input_name in ('add-email', 'sign-in.email')

{{ _("Did you mistype your email address? Fix it and try again, or try a different address.") }}

% include "templates/form-repost.html"

% endif % if response.bypass_allowed

{{ _( "If you're sure that the email address you input is valid, then you can " "bypass this error. However, if we're unable to deliver messages to this " "address, then it will be blacklisted." ) }}

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