$_('OR')
$_("Complete the form below to create a new Internet Archive account.") $_("Each field is required")
$def field(input, suffix=''): $# :param openlibrary.utils.form.Input input: $# :param str suffix: HTML to put at bottom of input
$if input.help:
$input.help
$:input.render()
$input.note
$:suffix
$:_("You are already logged into Open Library as %(user)s.", user=str(user_link()))
$:_('If you\'d like to create a new, different Open Library account, you\'ll need to log out and start the signup process afresh.')
$else: