{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Inquiry Response Request - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "You have been requested to provide a response regarding an inquiry." %}{% endblock %} {% block content %}
{% 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 }}
{% endblock %}