{% sw_extends '@Storefront/storefront/component/privacy-notice.html.twig' %}
{% block component_privacy_notice %}
<p class="form-text privacy-notice custom-checkbox custom-control">
{% block component_privacy_label %}
<input type="checkbox" class="custom-control-input" name="sits_datenschutz" required="required" id="sits_datenschutz" />
<label class="custom-control-label" for="sits_datenschutz">
<strong>{{ "general.privacyTitle"|trans|sw_sanitize }}</strong><br />
{{ "general.privacyNotice"|trans({
'%url%': path('frontend.cms.page',{ id: shopware.config.core.basicInformation.privacyPage }),
'%privacyUrl%': path('frontend.cms.page', { id: config('core.basicInformation.privacyPage') }),
'%tosUrl%': path('frontend.cms.page', { id: config('core.basicInformation.tosPage')} )
})|raw }}
</label>
{% endblock %}
</p>
{% endblock %}