{% extends "admin.html" %} {% block headtitle %}Pump Priming applications - {% endblock %} {% load url from future %} {% block pp_active %} class="active" {% endblock %} {% block content %}

Created: {{ application.created }}

Applicant Details

Title {{ application.title }}
Forename {{ application.forename }}
Surname {{ application.surname }}
Email Address {{ application.email }}
Telephone {{ application.telephone }}
Institution {{ application.institution }}
Address {{ application.address|linebreaksbr }}
{% if application.get_applicants %}

Other Applicants

{% for applicant in application.get_applicants %}
Title {{ applicant.title }}
Forename {{ applicant.forename }}
Surname {{ applicant.surname }}
Email Address {{ applicant.age }}
Telephone {{ applicant.post_held }}
{% endfor %} {% endif %}

Institution Details

Name {{ application.adm_institution }}
Address {{ application.adm_institution_address|linebreaksbr }}

Abstract

Title of Study {{ application.title_of_study }}
Abstract and methodological description {{ application.abstract|linebreaksbr }}

Timetable

{% for timetable in application.get_timetable %}
Name {{ timetable.name }}
Date {{ timetable.date }}
{% endfor %}

Funding

{% for funding in application.get_funding %}
Name {{ funding.name }}
Amount {{ funding.amount }}
{% endfor %}

Details of ethical approval

{{ application.ethical_approval|linebreaksbr }}

Institutional approval information

{{ application.institutional_approval_information|linebreaksbr }}

Declaration

Confirm Declaration: {{ application.confirm_declaration|yesno|title }}

Head of Department

Title {{ application.hod_title }}
Forename {{ application.hod_forename }}
Surname {{ application.hod_surname }}
Email Address {{ application.hod_email }}
Telephone {{ application.hod_telephone }}
Institution {{ application.hod_institution }}
Address {{ application.hod_address|linebreaksbr }}

< Back to applications

{% endblock %}