{% if option.recaptcha.is_enabled is defined and option.recaptcha.is_enabled %}
{{ p__('button', 'I\'m not a robot') }}
{{ __("Protected by Google reCAPTCHA") }}
{% endif %}