{# letter_researcher_withdraw.html #} {% extends 'base_pdf_letter.html' %} {% comment %} template parameters: contact_request: ContactRequest patient_lookup: PatientLookup study: Study permitted_to_contact_discharged_patients_for_n_days: int permitted_to_contact_discharged_patients_for_n_years: str RDBM_ADDRESS: List[str] {% endcomment %} {% 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 %}