{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "New Observation Notification - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "A new observation has been submitted and requires review." %}{% endblock %} {% block hero_title %}{% trans "New Observation Submitted" %}{% endblock %} {% block hero_subtitle %}{% trans "A new observation requires your review and triage" %}{% endblock %} {% block content %}

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

{% trans "A new observation has been submitted and requires your review. Please assess the details below and take appropriate action." %}

{% if observation.title %} {% endif %} {% if observation.hospital %} {% endif %}

{% trans "Tracking Code" %}: {{ observation.tracking_code }}

{% trans "Title" %}: {{ observation.title }}

{% trans "Category" %}: {% if observation.category %}{{ observation.category.name_en }}{% else %}N/A{% endif %}

{% trans "Severity" %}: {{ observation.get_severity_display }}

{% trans "Location" %}: {{ observation.location_text|default:"N/A" }}

{% trans "Hospital" %}: {{ observation.hospital.name }}

{% trans "Reporter" %}: {{ observation.reporter_display }}

{% trans "Submitted" %}: {{ observation.created_at|date:"F d, Y H:i" }}

{% if observation.description %}

{% trans "Description" %}

{{ observation.description|truncatechars:1000 }}

{% endif %}

{% trans "Please review this observation and assign it to the appropriate team member for further action." %}

تم إرسال ملاحظة جديدة - {{ observation.tracking_code }}

تم إرسال ملاحظة جديدة وتتطلب مراجعتكم. يرجى الاطلاع على التفاصيل أدناه واتخاذ الإجراء المناسب.
{% if observation.category %}التصنيف: {{ observation.category.name_ar }}{% endif %}

{% endblock %} {% block cta_url %}{{ observation_url }}{% endblock %} {% block cta_text %}{% trans "View Observation" %}{% endblock %} {% block info_title %}{% trans "Notification Details" %}{% endblock %} {% block info_content %} {% trans "Type:" %} New Observation
{% trans "Time:" %} {{ current_time }}
{% trans "This is an automated notification from the PX 360 system." %} {% endblock %} {% block footer_address %} PX360 Observation Management System
Al Hammadi Hospital {% endblock %}