{% extends "webwhois/form_public_request.html" %} {% load i18n %} {% block title %}{% trans "Request to enable enhanced object security" %} - {{ block.super }}{% endblock %} {% block webwhois_header %}

{% trans "Request to enable enhanced object security" %}

{% trans "After you submit this request, the register will prohibit, according to your choice, to transfer your object or to modify its details (changes, removals)." %}

{% trans "Then the register will send an informational email to the holder in case of domains, to the contact itself, or to all technical contacts in case of nameserver sets or key sets." %}

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

{% trans "Request form to enable enhanced object security" %}

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