{% extends "admin.html" %} {% load url from future %} {% block contact_submissions_active %} class="active" {% endblock %} {% block content %}
Title
{{ submission.title }}
Redcap Username
{{ submission.redcap_username }}
Forename
{{ submission.forename }}
Surname
{{ submission.surname }}
Email Address
{{ submission.email }}
Role
{{ submission.role }}
{% if submission.role_other %}
Other
{{ submission.role_other }}
{% endif %}
Hospital Name
{{ submission.hospital_name }}
Hospital Type
{{ submission.hospital_type }}
Speciality
{{ submission.speciality }}
{% if submission.speciality_other %}
Other
{{ submission.speciality_other }}
{% endif %}
Created
{{ submission.created }}

< Back to Submissions

{% endblock %}