{# study_table.html #} {% comment %} pass in: study (object) contact_request (object) -- or None omit_id (Boolean) include_summary (Boolean) include_capacity (Boolean) include_details (Boolean) to_clinician (Boolean) include_clinician_form (Boolean) include_clinician_pack (Boolean) clinician_response -- or None {% 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 %}