{# consent_table.html #} {% comment %} template parameters: LEAFLET_URL_CPFTRD_CLINRES_SHORT: str patient_lookup: PatientLookup settings: Django settings object with_page_break: bool {% endcomment %} {% if with_page_break %}
{% if patient_lookup.is_under_15 %}
As
{% else %}
If
{% endif %}
you are under 16:
|
||||||
Parent or guardian: |
Name: | Signed: | Date: | |||
Clinician: |
Name: | Signed: | Date: | |||
If
{# let's not offend adults! #}
{% if patient_lookup.is_under_16 %}
you are an adult and
{% endif %}
another adult is making decisions on your behalf:
|
||||||
Representative: |
Name: | Signed: | Date: | |||
Clinician: |
Name: | Signed: | Date: | |||
* Note to clinicians: for decisions about clinical trials, this must be the patient’s legal representative. For decisions about other research studies or the database traffic-light system, this must be the patient’s carer or consultee. For more details, see {{ settings.LEAFLET_URL_CPFTRD_CLINRES_SHORT }}. |