% if state == "logged-in":

Logged in successfully!

Logged in as ${mxid}. You can now close this page.

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

You're already logged in!

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

% elif state == "invalid-token":

Invalid or expired token

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

Log in to Matrix

% if error:
${error}
% endif % if message:
${message}
% endif


% endif