{# letter_researcher_withdraw.html #} {% extends 'base_pdf_letter.html' %} {% block letter_body %}

NOTIFICATION TO RESEARCHER OF WITHDRAWAL OF CONSENT TO BE CONTACTED

The following patient has withdrawn permission for you to contact them directly about research, if you have not already done so.

{% include "patient_table.html" with patient_lookup=patient_lookup include_email=True withdrawal=True %}

You had previously, on {{ contact_request.get_permission_date|date }}, been given permission to contact them about this study:

{% include 'study_table.html' with study=study contact_request=contact_request %}

What should you do next?

Please contact the Database Manager if you have queries about this process.

Thank you.

{% endblock %}