{% extends "forms.html" %} {% load forms %} {% load applications %} {% load render_table from django_tables2 %} {% block title %}Duplicate Applicant{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}The following applicant in this application has been declared a duplicate:
Name: | {{ application.applicant }} |
---|---|
Institute: | {{ application.applicant.institute }} |
Username: | {{ application.applicant.username }} |
Email: | {{ application.applicant.email|urlize }} |
Please replace the applicant with an existing person, reopen the application, or cancel it.