{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block extra_styles %} {{ block.super }} {% endblock %} {% block title %}{% trans "URGENT - Second SLA Reminder - Observation" %}{% endblock %} {% block preheader %}{% trans "FINAL REMINDER: An observation is about to breach its SLA. Immediate action required." %}{% endblock %} {% block hero %}

{% trans "URGENT - Final Reminder" %}

{% trans "This observation is about to breach its SLA deadline" %}

{% endblock %} {% block content %}

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

{% trans "This is the final reminder that an observation is about to breach its SLA deadline. Immediate action is required." %}

{% trans "Observation Details" %}

{% if observation.title %} {% 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 "Status:" %} {{ observation.get_status_display }}

{% trans "SLA Deadline - Critical" %}

{% trans "Due Date:" %} {{ due_date|date:"F d, Y H:i" }}
{% trans "Time Remaining:" %} {{ hours_remaining }} {% trans "hours" %}

{% trans "Immediate Action Required:" %}

  • {% trans "Review and address this observation immediately" %}
  • {% trans "Update the observation status in the system" %}
  • {% trans "Add resolution notes to document actions taken" %}
  • {% trans "Failure to act may result in automatic escalation" %}

تذكير نهائي عاجل - {{ observation.tracking_code }}

هذا هو التذكير النهائي. الملاحظة على وشك تجاوز الموعد النهائي. يرجى اتخاذ الإجراء فوراً.
تاريخ الاستحقاق: {{ due_date|date:"Y F d H:i" }} - الوقت المتبقي: {{ hours_remaining }} ساعة

{% endblock %} {% block cta_url %}{{ observation_url }}{% endblock %} {% block cta_text %}{% trans "View Observation Now" %}{% endblock %} {% block info_title %}{% trans "Warning" %}{% endblock %} {% block info_content %} {% trans "This observation will be flagged as overdue if not addressed before the SLA deadline. This may trigger automatic escalation to management." %} {% endblock %} {% block footer_address %} PX360 Observation Management System
Al Hammadi Hospital {% endblock %}