{% block component_head_javascript_recaptcha %} {% set recaptchaV2Active = config('core.basicInformation.activeCaptchasV2.googleReCaptchaV2.isActive') %} {% set recaptchaV3Active = config('core.basicInformation.activeCaptchasV2.googleReCaptchaV3.isActive') %} {% if recaptchaV2Active or recaptchaV3Active %} {% endif %} {% endblock %}