{% 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 }}
Organisation {{ application.organisation }}
UUID Key {{ application.uuid_key }}

< Back to applications

{% endblock %}