{% 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." %} |
|
|
{% trans "Description" %} {{ observation.description|truncatechars:1000 }} |
|
{% trans "Please review this observation and assign it to the appropriate team member for further action." %} |
|
تم إرسال ملاحظة جديدة - {{ observation.tracking_code }}
تم إرسال ملاحظة جديدة وتتطلب مراجعتكم. يرجى الاطلاع على التفاصيل أدناه واتخاذ الإجراء المناسب. |