{# 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 %}
| 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 |