{% load i18n %}

PX360

{% trans "Inquiry Response Request" %}

{% trans "Dear" %} {{ staff_name }},

{% trans "You have been requested to provide a response regarding the following inquiry:" %}

{% trans "Reference:" %} #{{ inquiry_reference }}

{% trans "Subject:" %} {{ inquiry_subject }}

{% if inquiry_message %}

{% trans "Message:" %} {{ inquiry_message }}

{% endif %}
{% if request_message %}

{% trans "Request Message:" %}

{{ request_message }}

{% endif %}
{% trans "Submit Your Response" %}

{% trans "This link can only be used once. If you cannot click the button above, copy and paste the following URL into your browser:" %}

{{ explanation_url }}

{{ site_name }} - {% trans "Patient Experience Management System" %}