{% extends "forms.html" %} {% block title %}Start Application{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

User already in system

A user with this email address ({{ person.email }}) already exists in the system.

Name:{{ person }}
Position:{{ person.position|default:"" }}
Department:{{ person.department|default:"" }}
Institute:{{ person.institute }}

Do you want to to continue with the person?

{% csrf_token %} {% for field in form %}{{ field.as_hidden }} {% endfor %}
{% endblock %}