Application Details
{{ application.applicant }} has requested to {{ application.info }}
Current Status
Application process:
{% application_state application %} {% if 'approve' in actions %}As you are {{ authorised_text }}, please Approve or Decline this request.
{% endif %} {% if 'approve' in actions or is_admin %} {% endif %}Application Details
| Secret Token: | {{ application.secret_token }} |
|---|---|
| Expires: | {{ application.expires }} |
| Created by: | {{ application.created_by }} |
| Created date: | {{ application.created_date }} |
| Submitted date: | {{ application.submitted_date }} |
| Complete date: | {{ application.complete_date }} |
Requested Applicant Details
| Applicant type: | New applicant {% if is_admin and not application.existing_person %}[edit]{% endif %} |
|---|---|
| Username: | {{ applicant.username }} |
| Short name: | {{ applicant.get_short_name }} |
| Full name: | {{ applicant.get_full_name }} |
| Email: | {{ applicant.email|urlize }} |
| Institute: | {% if applicant.institute %}{{ applicant.institute }}{% else %}None{% endif %} |
| Position: | {{ applicant.position }} |
| Phone: | {{ applicant.telephone }} |
| Mobile: | {{ applicant.mobile }} |
| Department: | {{ applicant.department }} |
| Supervisor: | {{ applicant.supervisor }} |
| Fax: | {{ applicant.fax }} |
Current Applicant Details
| Applicant type: | Existing person [view] |
|---|---|
| Username: | {{ applicant.username }} |
| Short name: | {{ applicant.get_short_name }} |
| Full name: | {{ applicant.get_full_name }} |
| Email: | {{ applicant.email|urlize }} |
| Institute: | {% if applicant.institute %}{{ applicant.institute }}{% else %}None{% endif %} |
| Position: | {{ applicant.position }} |
| Phone: | {{ applicant.telephone }} |
| Mobile: | {{ applicant.mobile }} |
| Department: | {{ applicant.department }} |
| Supervisor: | {{ applicant.supervisor }} |
| Fax: | {{ applicant.fax }} |