{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "URGENT - Second SLA Reminder" %}{% endblock %} {% block preheader %}{% trans "FINAL REMINDER: A complaint is about to breach its SLA. Immediate action required." %}{% endblock %} {% block hero_title %}{% trans "URGENT: Final SLA Reminder" %}{% endblock %} {% block hero_subtitle %} {% if is_unassigned %} {% trans "An unassigned complaint is about to breach its SLA. This is the FINAL reminder." %} {% else %} {% trans "This is the second and final SLA reminder. Immediate action required." %} {% endif %} {% endblock %} {% block extra_styles %} {% endblock %} {% block content %}
|
{% trans "Dear" %} {{ recipient.get_full_name }}, {% if is_unassigned %}{% trans "CRITICAL: This is an URGENT reminder about an UNASSIGNED complaint that requires IMMEDIATE attention. This complaint has NOT been assigned to anyone and is about to breach its SLA deadline. This is the FINAL reminder before automatic escalation." %} {% else %}{% trans "This is the second and final reminder that you have an assigned complaint approaching its SLA deadline. Immediate action is required to avoid escalation." %} {% endif %} |
{% trans "Complaint Details" %}
|
{% trans "SLA Information" %}
|
|
{% trans "URGENT Action Required:" %} {% if is_unassigned %}
{% trans "Failure to assign and address this complaint may result in automatic escalation to higher management." %} {% else %}{% trans "This complaint is approaching its SLA deadline. Please review and take immediate action." %}
|
|
عاجل - تذكير ثاني من اتفاقية مستوى الخدمة - شكوى #{{ complaint.id|slice:":8" }}
{% if is_unassigned %}
تنبيه هام: هذا تذكير عاجل بشكوى غير معينة تتطلب اهتماماً فورياً. هذا التذكير النهائي قبل التصعيد التلقائي. |