{# crate_anon/crateweb/consent/templates/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 %}
| Study number | {{ study.institutional_id }} |
| Lead researcher | {{ study.lead_researcher.profile.get_title_forename_surname }} |
| Title | {{ study.title }} |
| Summary | {{ study.html_summary|safe }} |
| 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 |