14.3.81. crate_anon/crateweb/consent/templates/email_rdbm_new_work_pt_from_rdbm.html
{# crate_anon/crateweb/consent/templates/email_rdbm_new_work_pt_from_rdbm.html #}
{% extends 'base_email.html' %}
{% comment %}
template parameters:
letter: Letter
{% endcomment %}
{% block content %}
<p>There’s new work on the CPFT Research Database consent-mode web
site; a letter (from the RDBM) needs sending to a patient.
Please look at the list of letters that need printing
(it’s number <b>{{ letter.id }}</b>).</p>
{% endblock %}