{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "New Complaint Notification - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{{ priority_badge|default:"New" }} complaint: {{ complaint_title|truncatechars:50 }}{% endblock %} {% block hero_title %}{{ priority_badge|default:"New" }} Complaint{% endblock %} {% block hero_subtitle %}A new complaint requires your attention{% endblock %} {% block content %}

{% trans "Dear" %} {{ admin_name|default:'Admin' }},

{% trans "A new complaint has been submitted and requires your attention. Please review the details below." %}

{% trans "Reference" %}: {{ reference_number }}

{% trans "Title" %}: {{ complaint_title }}

{% trans "Priority" %}: {{ priority|title }}

{% trans "Severity" %}: {{ severity|title }}

{% trans "Patient" %}: {{ patient_name|default:"N/A" }}

{% trans "Hospital" %}: {{ hospital_name|default:"N/A" }}

{% trans "Department" %}: {{ department_name|default:"N/A" }}

{% if description %}

{% trans "Description" %}

{{ description }}

{% endif %}

{% trans "Please review and activate this complaint at your earliest convenience." %}

{% endblock %} {% block cta_url %}{{ complaint_url }}{% endblock %} {% block cta_text %}{% trans "View Complaint" %}{% endblock %} {% block info_title %}{% trans "Notification Details" %}{% endblock %} {% block info_content %} {% trans "Type:" %} {{ notification_type|default:"Working Hours" }}
{% trans "Time:" %} {{ current_time }}
{% trans "This is an automated notification from the PX 360 system." %} {% endblock %} {% block footer_address %} PX360 Complaint Management System
Al Hammadi Hospital {% endblock %}