{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Monthly Follow-Up Due - Observation" %}{% endblock %} {% block preheader %}{% trans "A resolved observation requires monthly follow-up review." %}{% endblock %} {% block hero_title %}{% trans "Monthly Follow-Up Required" %}{% endblock %} {% block hero_subtitle %}{% trans "A resolved observation is due for follow-up review" %}{% endblock %} {% block content %}
|
{% trans "Dear" %} {{ recipient_name|default:'Colleague' }}, {% trans "An observation previously resolved by your team is due for its monthly follow-up review. Please verify that the issue has been fully addressed and sustained." %} |
|
|
{% trans "Previous Resolution Notes" %} {{ observation.resolution_notes|truncatechars:500 }} |
|
{% trans "Follow-Up Actions:" %}
|
|
متابعة شهرية مطلوبة - {{ observation.tracking_code }} ملاحظة سابقة الحل تحتاج إلى مراجعة المتابعة الشهرية. يرجى التحقق من استمرار فعالية الإجراءات التصحيحية. |