{{ _( "There have been too many attempts to log in to this account recently, " "please try again in a few hours or log in via email." ) }}
% set email = request.body.pop('log-in.id', '') % set email = email if '@' in email else '' % include "templates/form-repost.html" % if email % else
% endif