vendor/shopware/storefront/Resources/views/storefront/component/privacy-notice.html.twig line 1

Open in your IDE?
  1. {% block component_privacy_notice %}
  2.     <p class="form-text privacy-notice">
  3.         {% block component_privacy_label %}
  4.             <label>
  5.                 <strong>{{ "general.privacyTitle"|trans|sw_sanitize }}</strong><br />
  6.                 {{ "general.privacyNotice"|trans({
  7.                     '%url%': path('frontend.cms.page',{ id: shopware.config.core.basicInformation.privacyPage })
  8.                 })|raw }}
  9.             </label>
  10.         {% endblock %}
  11.     </p>
  12. {% endblock %}