{% extends "form/contact.html.twig" %} {% block contact_form_fields %} {{ parent() }}
{% if oView.isOptInValidationRequired() %} {% if oView.isOptInError() %}
{{ translate({ ident: "OEGDPROPTIN_CONTACT_FORM_ERROR_MESSAGE" }) }}
{% endif %} {% else %} {{ translate({ ident: "OEGDPROPTIN_CONTACT_FORM_MESSAGE_DELETION" }) }} {% endif %}
{% endblock %}