{# email_researcher_approval.html #} {% extends 'base_email.html' %} {% comment %} template parameters: consent_mode: ConsentMode contact_request: ContactRequest patient_lookup: PatientLookup study: Study {% endcomment %} {% block content %}
Dear {{ study.lead_researcher.profile.get_salutation }},
Good news! Following your contact request, you’ve been approved to contact a patient about your study.
Please read the attached approval letter CAREFULLY.
Patient:
{% include "patient_table.html" with patient_lookup=patient_lookup consent_mode=consent_mode include_sex=True %}Study:
{% include 'study_table.html' with study=study contact_request=contact_request %}Yours sincerely,
The CPFT Research Database Computer
{% endblock %}