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

{% trans "Request for unblocking an object" %}

{% endblock webwhois_header %} {% block webwhois_content %}
{% include "webwhois/public_request_form_menu.html" with pubreq_selected_menu="unblock_object" %}
{% csrf_token %} {{ form.as_table }}
{% trans "Unblock" context "verb_inf" %}
{% endblock webwhois_content %}