custom/plugins/ProcWegReg/src/Resources/views/storefront/component/privacy-notice.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/privacy-notice.html.twig' %}
  2. {% block component_privacy_dpi_label %}
  3.     <label class="custom-control-label no-validation"
  4.            for="acceptedDataProtection">
  5.         {{ "general.privacyNotice"|trans({
  6.             '%url2%': path('frontend.cms.page',{ id: config('core.basicInformation.tosPage') }),
  7.             '%url%': path('frontend.cms.page',{ id: config('core.basicInformation.privacyPage') })
  8.         })|raw }}
  9.         {{ "general.required"|trans|sw_sanitize }}
  10.     </label>
  11. {% endblock %}
  12. {% block component_privacy_label %}
  13.     <label>
  14.         {{ "general.privacyNotice"|trans({
  15.             '%url2%': path('frontend.cms.page',{ id: config('core.basicInformation.tosPage') }),
  16.             '%url%': path('frontend.cms.page',{ id: config('core.basicInformation.privacyPage') })
  17.         })|raw }}
  18.     </label>
  19. {% endblock %}