{% extends template.parent.name %} {% load parsers %} {% block title %} Confirmation of Request for password {% endblock %} {% block content %}

Confirmation of Request for password for {% if type == 'contact' %} contact {% elif type == 'domain' %} domain name {% elif type == 'keyset' %} keyset {% elif type == 'nsset' %} nameserver set {% else %} identifier {% endif %} {{ handle }}

I hereby confirm my request to obtain password for {% if type == 'contact' %} contact {% elif type == 'domain' %} domain name {% elif type == 'keyset' %} keyset {% elif type == 'nsset' %} nameserver set {% else %} identifier {% endif %} {{ handle }} submitted through a web form at the association webpages on {{ date|parse_date|date:"SHORT_DATE_FORMAT" }} assigned id number {{ identifier }}. Please send the password to {{ email }}.

{% endblock %}