{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "New Appreciation Received - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "A new appreciation has been submitted" %}{% endblock %} {% block content %}

{% trans "Dear" %} {{ recipient_name|default:'Team' }},

{% trans "A new appreciation has been submitted. Here are the details." %}

{% trans "Reference" %}: APR-{{ reference }}

{% trans "From" %}: {{ sender_name }}

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

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

{% trans "Category" %}: {{ category }}

{% if message_en %}

{% trans "Message (English)" %}:

{{ message_en }}

{% endif %} {% if message_ar %}

{% trans "Message (Arabic)" %}:

{{ message_ar }}

{% endif %}
{% trans "View Appreciation" %}

{% trans "Type:" %} {{ notification_type|default:"Working Hours" }}
{% trans "Time:" %} {{ current_time }}
{% trans "This is an automated notification from the PX 360 system." %}

{% endblock %}