${if error}

Error: ${if error='INVALID_PASSWORD'} Invalid password. ${else} ${if error='INTERNAL_SERVER_ERROR'} Internal error. ${else} ${if error='INVALID_TOKEN'} Invalid Token. ${else} ${if error='ACCOUNT_BLOCKED'} Your account has been temporarily blocked. ${else} ${error} ${end} ${end} ${end} ${end}

${end}
${if consent}
${product_name}

The following information will be shared:

${if scopes}
${foreach scopes scope}

${scope.key}

${scope.value}


${end} ${end} ${if claims} ${foreach claims claim}

${claim.key}

${claim.value}


${end} ${end}




${end} ${if token} Please enter your token:



${end} ${if login} Username:

Password:



${end}