vendor/shopware/storefront/Resources/views/storefront/component/captcha/base.html.twig line 1

Open in your IDE?
  1. {% block component_captcha_base %}
  2.     {% if captchas is defined and captchas is not empty %}
  3.         {% for captcha in captchas %}
  4.             {% sw_include '@Storefront/storefront/component/captcha/%s.html.twig'|format(captcha) %}
  5.         {% endfor %}
  6.     {% endif %}
  7. {% endblock %}