{% extends "admin.html" %} {% block headtitle %}Travel Grant applications - {% endblock %} {% load url from future %} {% block tg_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_contributors %}

Other Applicants

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

Abstract

Abstract and methodological description {{ application.abstract|linebreaksbr }}
Intended Date of Activity {{ application.intended_date }}

Objective

Objective {{ application.objective|linebreaksbr }}

Declaration

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

< Back to applications

{% endblock %}