{# study_table.html #} {% comment %} template parameters: study: Study contact_request: Optional[ContactRequest] omit_id: bool include_summary: bool include_capacity: bool include_details: bool to_clinician: bool include_clinician_form: bool include_clinician_pack: bool clinician_response: Optional[ClinicianResponse] {% endcomment %} {% comment %} {% endcomment %} {% if not omit_id %} {% endif %} {% if to_clinician or include_summary %} {% endif %} {% if to_clinician or include_capacity %} {% endif %} {% if contact_request %} {% endif %} {% if include_details %} {% endif %} {% if include_clinician_form and study.subject_form_template_pdf.name %} {% endif %} {% if include_clinician_pack %} {% endif %}
Study number {{ study.institutional_id }}
Lead researcher {{ study.lead_researcher.profile.get_title_forename_surname }}
Title {{ study.title }}
Summary {{ study.summary }}
Study specifically involves those without capacity? {{ study.include_lack_capacity|yesno }}
Contact request code {{ contact_request.id }}
Study details Click for study details PDF
Form for clinicians A form from the researchers, which they would like completed
Pack for clinicians with letter to patient Clinician pack
{% if to_clinician and study.clinical_trial %}
This is a clinical trial (CTIMP). Approaches about CTIMPs should only be by the patient’s consultant. If you are not the patient’s consultant, please do NOT click below to respond, but INSTEAD forward this request (by Trust internal e-mail) to the consultant. Thank you!
{% endif %}