{registerFormComplete != true || accountCreatedComplete != true ? (

{t( "account:register-new-account-heading" )}

) : (

{console.log( props.accountDetails.accCr )} {props.accountDetails.accCr === false ? t( "account:register-new-account-checking-label" ) : props.accountDetails .accCr === "created" ? t( "account:register-new-account-status-created-label" ) : props.accountDetails .accCr === "exists" ? t( "account:register-new-account-status-not-created-label" ) : "wewer"}

)}