custom/plugins/Backshop/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_label %}
  3.     <label>
  4.         <strong>{{ "general.privacyTitle"|trans|sw_sanitize }}</strong><br />
  5.         <input type="checkbox" required>
  6.         {{ "general.privacyNotice"|trans({
  7.             '%url%': path('frontend.cms.page',{ id: shopware.config.core.basicInformation.privacyPage })
  8.         })|raw }}
  9.     </label>
  10. {% endblock %}