{# clinician_confirm_response.html #} {% extends "base.html" %} {% comment %} template parameters: clinician_response: ClinicianResponse {% endcomment %} {% block mainsiteheader %}{% endblock %} {% block content %}
Your response has been noted. It was:
{{ clinician_response.get_response_explanation }}
A donation to charity will be made.
You may close this web page.
{% endblock %}