{% sw_extends '@Storefront/storefront/component/privacy-notice.html.twig' %}
{% block component_privacy_dpi_label %}
<label class="custom-control-label no-validation"
for="acceptedDataProtection">
{{ "general.privacyNotice"|trans({
'%url2%': path('frontend.cms.page',{ id: config('core.basicInformation.tosPage') }),
'%url%': path('frontend.cms.page',{ id: config('core.basicInformation.privacyPage') })
})|raw }}
{{ "general.required"|trans|sw_sanitize }}
</label>
{% endblock %}
{% block component_privacy_label %}
<label>
{{ "general.privacyNotice"|trans({
'%url2%': path('frontend.cms.page',{ id: config('core.basicInformation.tosPage') }),
'%url%': path('frontend.cms.page',{ id: config('core.basicInformation.privacyPage') })
})|raw }}
</label>
{% endblock %}