%if not request.identity.is_auth and auth_type == AuthenticationType.SECRET:
Secret:
%elif not request.identity.is_auth and auth_type == AuthenticationType.GITHUB: Login with GitHub %elif auth_type == AuthenticationType.GITHUB:

Logged as: ${request.identity.name} Logout

%endif

Tile generation


%if has_access:

Status

${'
'.join(status)|n}

Launch generation

%if secret is not None: %endif
%for command in commands: %endfor
%endif

Test

See the result in the test page.