% if human_tg_id: % if state == "logged-in":

Logged in successfully!

Logged in as ${human_tg_id}. You can now close this page. You should be invited to Telegram portals on Matrix momentarily.

% elif state == "bot-logged-in":

Logged in successfully!

Logged in as ${human_tg_id}. You can now close this page. You should be invited to Telegram portals on Matrix momentarily.

% else:

You're already logged in!

You're logged in as ${human_tg_id}.

If you want to log in with another account, log out using the logout management command first.

% endif % elif state == "invalid-token":

Invalid or expired token

Please ask the bridge bot for a new login link.
% else:

Log in to Telegram

% if error:
${error}
% endif % if message:
${message}
% endif
% if state == "request": % elif state == "bot_token": % elif state == "code": % elif state == "password": % endif % if state != "request":
% endif
% endif