templates/Context/Common/ReCaptcha/_notice.html.twig line 1

Open in your IDE?
  1. {% if hyf_captcha_provider() == 'hcaptcha' %}
  2.     {{ 'app.ui.newsletter_page.this_site_is_protected_hcaptcha'|trans|raw }}
  3. {% else %}
  4.     {{ 'app.ui.newsletter_page.this_site_is_protected'|trans|raw }}
  5. {% endif %}