{# letter_patient_first_traffic_light.html #} {% extends 'base_pdf_letter.html' %} {% comment %} template parameters: # Letter bits address_from: List[str] address_to: List[str] salutation: str signatory_name: str signatory_title: str # Specific bits settings: Django settings object patient_lookup: PatientLookup {% endcomment %} {% block letter_body %}

We would like to tell you about some of the ways that Cambridgeshire & Peterborough NHS Foundation Trust (CPFT) is involved in health research. We’d like to know whether you’d like to be contacted in the future about research studies that may be relevant to you.

I enclose:

{% include "phrase_never_affect.html" %}

We would be very grateful if you would fill in the form and send it back to us in the Freepost envelope, or give it to a member of staff at CPFT. If you have questions you want answered first, please ask your CPFT health care professional.

We have your details as follows. Please tell us if any of these details are wrong.

{% include "patient_table.html" with patient_lookup=patient_lookup %}

Thank you very much.

{% endblock %}