{% if captcha_config %}
{% if captcha_config.provider == 'turnstile' %}
{% elif captcha_config.provider == 'recaptcha_v2' %}
{% elif captcha_config.provider == 'recaptcha_v3' %}

Защита reCAPTCHA v3 активна

{% endif %}
{% endif %}