#IF(#DialogArea EQ "LiveArea")
#IF(#DELETELIVE)
{Warning}
{AcceptDelete}
#ENDIF
#IF(#LIVETOKEN_DELETED)
{Result}
{TokenDeletedCorrectly}
#ENDIF
#IF(#TOKENTESTED)
#IF(#ERR_TOKEN)
{Attention}
{TokenNotValid}
#ELSE
{Result}
{TokenSuccessfullyTested}
#ENDIF
#ENDIF
#IF(#ERR_FETCH_TOKEN)
{Attention}
{AuthenticationNotOk}
({Error}: #ERR_FETCH_TOKEN
)
#ENDIF
#IF(#SUCCESS_SAVE_TOKEN)
{Result}
{AuthenticationOk}
#ENDIF
#ENDIF
#IF(#DialogArea EQ "SandBoxArea")
#IF(#DELETESB)
{Warning}
{AcceptDelete}
#ENDIF
#IF(#SBTOKEN_DELETED)
{Result}
{TokenDeletedCorrectly}
#ENDIF
#IF(#TOKENTESTED)
#IF(#ERR_TOKEN)
#ELSE
{Result}
{TokenSuccessfullyTested}
#ENDIF
#ENDIF
#IF(#ERR_FETCH_TOKEN)
{Attention}
{AuthenticationNotOk}
({Error}: #ERR_FETCH_TOKEN
)
#ENDIF
#IF(#SUCCESS_SAVE_TOKEN)
{Result}
{AuthenticationOk}
#ENDIF
#ENDIF