{% 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." %} |
|
|
{% trans "Description" %} {{ observation.description|truncatechars:1000 }} |
|
{% trans "Action Required:" %}
|
|
تم تعيين ملاحظة لك - {{ observation.tracking_code }} تم تعيين ملاحظة لكم للمراجعة واتخاذ الإجراء اللازم. يرجى الاطلاع على التفاصيل أدناه. |