{# clinician_contact_request_result.html #} {% extends "base.html" %} {% comment %} template parameters: request: HttpRequest contact_requests: List[ContactRequest] msgs: List[str] {% endcomment %} {% block content %}
Customized information packs are provided for your information, but there is no need to pass them on to the patients as you have requested that this is done for you.
{% else %}Please print out the customized information packs and pass them on to the patients.
{% endif %}Contact request ID | NHS number used for lookup | RID used for lookup | MRID used for lookup | Customized Information Pack | {% if request.user.is_superuser %}View in RDBM admin site | {% endif %}
---|---|---|---|---|---|
{{ cr.id }} | {{ cr.lookup_nhs_number }} | {{ cr.lookup_rid }} | {{ cr.lookup_mrid }} | View | {% if request.user.is_superuser %}view contact request {{ cr.id }} | {% endif %}
{{ msg }}
{% endfor %} {% endblock %}