{{ translate({ ident: "C4S_SECTION_CONFIRMATION" }) }} {# ox :: agb #} {% block c4s_register_form_confirm_agb %} {% set oAgbField = oView.getRegisterField("oxagb") %} {% if oAgbField %} {% ifcontent ident "oxrighttocancellegend" set oContent %}
{# #}
{% endifcontent %} {% endif %} {% endblock %} {# c4s :: gdpr #} {% block c4s_register_form_confirm_gdpr %} {% set oGdprField = oView.getRegisterField("c4sgdpr") %} {% if oGdprField %} {% ifcontent ident "c4s_register_statement_approval" set oCont %}
{% if oViewConf.showDataProtectionTextWithoutCheckbox() %} {{ oCont.oxcontents__oxcontent.value|raw }} {% else %}
{% endif %}
{% endifcontent %} {% endif %} {% endblock %}