{{'Enter Captcha' | translate}}

@if (setting?.CAPTCHATYPE == 'manual') {
@if (captchaMessage) { {{captchaMessage | translate}} }
}
@if (setting?.CAPTCHATYPE == 'google') { @if (!setting?.GOOGLE_RECAPTCHA_KEY) {

Need to Provide the valid siteKey

} @else { } }