{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Observation Assigned - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "An observation has been assigned to you for action." %}{% endblock %} {% block hero_title %}{% trans "Observation Assigned to You" %}{% endblock %} {% block hero_subtitle %}{% trans "An observation requires your attention and action" %}{% endblock %} {% block content %}

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

{% trans "An observation has been assigned to you for review and action. Please find the details below." %}

{% if observation.title %} {% endif %} {% if observation.hospital %} {% endif %} {% if observation.assigned_department %} {% endif %} {% if observation.due_at %} {% 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 "Department" %}: {{ observation.assigned_department.name }}

{% trans "Due Date" %}: {{ observation.due_at|date:"F d, Y H:i" }}

{% if observation.description %}

{% trans "Description" %}

{{ observation.description|truncatechars:1000 }}

{% endif %}

{% trans "Action Required:" %}

  • {% trans "Review the observation details carefully" %}
  • {% trans "Investigate and assess the situation" %}
  • {% trans "Update the observation status and add notes as needed" %}

تم تعيين ملاحظة لك - {{ observation.tracking_code }}

تم تعيين ملاحظة لكم للمراجعة واتخاذ الإجراء اللازم. يرجى الاطلاع على التفاصيل أدناه.

{% endblock %} {% block cta_url %}{{ observation_url }}{% endblock %} {% block cta_text %}{% trans "View Observation" %}{% endblock %} {% block info_title %}{% trans "Important" %}{% endblock %} {% block info_content %} {% if observation.due_at %} {% trans "This observation has an SLA deadline. Please ensure timely action to avoid breach." %} {% else %} {% trans "Please update the observation status in the system once you have reviewed it." %} {% endif %} {% endblock %} {% block footer_address %} PX360 Observation Management System
Al Hammadi Hospital {% endblock %}