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

Logged in successfully!

Logged in as @${username}. 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 @${username}.

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

% endif % else:

Log in to Telegram

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