{% load i18n %}
{% 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 %}{% trans "Request Message:" %}
{{ request_message }}
{% 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" %}