$def with (form) $ i18n_strings = { $ "loading_text": _("Loading...") $ } $putctx("cssfile", "signup") $var title: $_("Log In") $if "dev" in ctx.features:
$_("This is a development instance, the default credentials are automatically filled.")
$_("email:") openlibrary@example.com $_("password:") admin123

$_("Log In")

$if not ctx.user: $:render_template("account/ia_thirdparty_logins") $if ctx.user:

$:_("You are already logged into Open Library as %(user)s.", user='%s' % (ctx.user.key, ctx.user.displayname))

$:_('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: