{% extends "webwhois/form_public_request.html" %} {% load i18n %} {% block webwhois_header %}

{% trans "Request to send personal information" %}

{% trans "After you submit this request, the register will send a complete report about personal information that is recorded as your contact in the register to the contact, unless you request to send it to a custom email." %}

{% trans "If you request to send it to a custom email, it must be verified first that the person confirming it is authorized to confirm the request." %}

{% endblock webwhois_header %} {% block webwhois_content %}

{% trans "Request form to send personal information" %}

{% csrf_token %} {% include "webwhois/include/public_request_form_fields.html" %}
{% endblock webwhois_content %}