{% extends "forms.html" %} {% load forms %} {% load applications %} {% block title %}Step 2: AAF{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

2. AAF

{% csrf_token %} {% if done %}

There is no need to register for AAF. {{ status }}

The email address associated with this application is set to {{ application.applicant.email }}. This email address will receive all notifications concerning this application.

{% elif session_jwt %} {% if status %} {% endif %}

You have an established AAF session.

{% for key,value in attrs.items %} {% endfor %}
{{ key }}{{ value }}

If you continue, then your details, including your email address, will be replaced by those above and you will be able to log in using AAF. {% if attrs.email != application.applicant.email %} All future emails concerning this application will then go to {{ attrs.email }} instead of {{ application.applicant.email }}. {% endif %}

If the information above is not correct, then please do not continue.

{% else %} {% if status %} {% endif %}

Please choose your institute below to register your AAF identity:

{% form_as_div form %}

Contact

Please contact {{ accounts_email }} for further information.

{% endif %} {% application_actions %}
{% endblock %}