{% extends template.parent.name %} {% load parsers %} {% block title %} Confirmation of request for cancellation of blocking {% endblock %} {% block content %}

Confirmation of request for cancellation of blocking of {% if type == 'contact' %} contact {% elif type == 'domain' %} domain {% elif type == 'keyset' %} keyset {% elif type == 'nsset' %} nameserver set {% else %} identifier {% endif %} {{ handle }}

I hereby confirm the request for cancellation of the blocking of {% if block_type == "transfer" %}the change of the sponsoring registrar{% else %}all changes{% endif %} of the {% if type == 'contact' %} contact {% elif type == 'domain' %} domain {% elif type == 'keyset' %} keyset {% elif type == 'nsset' %} nameserver set {% else %} identifier {% endif %} {{ handle }}, submitted through the web form at the association webpages on {{ date|parse_date|date:"SHORT_DATE_FORMAT" }} with the assigned identifier number{{ identifier }}, and I request the cancellation of the specified blocking option.

{% endblock %}