{% sw_extends '@Storefront/storefront/component/privacy-notice.html.twig' %}{% block component_privacy_notice %} <div class="form-text privacy-notice"> {% block component_privacy_title %} <strong>{{ "general.privacyTitle"|trans|sw_sanitize }}</strong><br/> {% endblock %} {% block component_privacy_dpi %} {% if config('core.loginRegistration.requireDataProtectionCheckbox') == 1 %} <div class="custom-control custom-checkbox data-protection-information"> {% block component_privacy_dpi_checkbox %} <input type="checkbox" class="custom-control-input {% if formViolations.getViolations('/acceptedDataProtection') is not empty %} is-invalid{% endif %}" name="acceptedDataProtection" required="required" value="1" id="acceptedDataProtection" {% if data.get('acceptedDataProtection') %}checked="checked"{% endif %}> {% endblock %} {% block component_privacy_dpi_label %} <label class="custom-control-label no-validation" for="acceptedDataProtection"> {{ "general.privacyNotice"|trans({ '%url%': path('frontend.cms.page',{ id: config('core.basicInformation.privacyPage') }) })|raw }} {{ "general.required"|trans|sw_sanitize }} </label> {% endblock %} </div> {% else %} <div class="data-protection-information"> {% block component_privacy_label %} <div class="custom-control custom-checkbox register-different-shipping"> <input type="checkbox" class="custom-control-input js-different-shipping-checkbox" name="privacyNotice" required="required" value="1" id="privacyNotice"> <label class="custom-control-label" for="privacyNotice"> {{"Ich habe die"}} <a data-toggle="modal" data-url="/widgets/cms/b75cca1add3249c2bcc8fac0f01959c7" href="/widgets/cms/b75cca1add3249c2bcc8fac0f01959c7" title="Datenschutzbestimmungen">Datenschutzbestimmungen</a> {{"zur Kenntnis genommen und bin mit ihnen einverstanden."}} {#{ "general.privacyNotice"|trans({ '%privacyUrl%': path('frontend.cms.page',{ id: config('core.basicInformation.privacyPage') }), '%tosUrl%': path('frontend.cms.page',{ id: config('core.basicInformation.tosPage') }) })|raw }#} </label> </div> <div class="custom-control custom-checkbox register-different-shipping"> <input type="checkbox" class="custom-control-input js-different-shipping-checkbox" name="agb" required="required" value="1" id="agb"> <label class="custom-control-label" for="agb"> {{"Ich habe die"}} <a data-toggle="modal" data-url="/widgets/cms/8a4099d86da146a4beb7d61c3d5f3787" href="/widgets/cms/8a4099d86da146a4beb7d61c3d5f3787" title="AGB">AGB</a> {{"zur Kenntnis genommen und gelesen und bin mit ihnen einverstanden."}} </label> </div> {% endblock %} </div> {% endif %} {% endblock %} </div>{% endblock %}