{% extends 'emails/base_email_template.html' %}
{% load i18n %}
{% block title %}{% trans "New Public Inquiry" %}{% endblock %}
{% block preheader %}{% trans "A new public inquiry has been submitted via the website." %}{% endblock %}
{% block hero_title %}{% trans "New Public Inquiry" %}{% endblock %}
{% block hero_subtitle %}{% trans "A new inquiry has been submitted through the public contact form." %}{% endblock %}
{% block content %}
|
{% trans "A new public inquiry has been received. Details are below." %}
|
{% trans "Inquiry Details" %}
|
{% trans "Reference:" %}
|
{{ reference_number }}
|
|
{% trans "From:" %}
|
{{ name }}
|
|
{% trans "Subject:" %}
|
{{ subject }}
|
|
{% trans "Message:" %}
|
{{ message }}
|
|
{% endblock %}
{% block cta_section %}
{% endblock %}
{% block info_title %}{% trans "Action Required" %}{% endblock %}
{% block info_content %}
{% trans "Please review this inquiry and respond to the sender at your earliest convenience." %}
{% endblock %}
{% block footer_address %}
PX360 Patient Experience Management System
Al Hammadi Hospital
{% endblock %}