{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "URGENT - Final Reminder: Department Response Due" %}{% endblock %} {% block preheader %}{% trans "FINAL REMINDER: Your department's response is due soon. Submit immediately to avoid escalation." %}{% endblock %} {% block content %}
{% trans "Dear" %} {{ staff.first_name }} {{ staff.last_name }},
{% trans "This is your FINAL reminder that your department has been requested to respond to the following complaint." %}
{% trans "This is your FINAL reminder that you have been requested to provide an explanation for the following complaint." %}
{% trans "Reference:" %} #{{ complaint.id|slice:":8" }}
{% trans "Title:" %} {{ complaint.title }}
{% if complaint.description %}{% trans "Description:" %} {{ complaint.description }}
{% endif %}{% trans "Due In:" %} {{ hours_remaining }} {% trans "hours" %} ({{ due_date|date:"Y-m-d H:i" }})
{% trans "If you do not submit your explanation before the deadline, this matter will be escalated to your manager for action." %}
| {% trans "Submit Your Explanation Now" %} |
تذكير نهائي وعاجل: طلب شرح - شكوى #{{ complaint.id|slice:":8" }}
هذا تذكيرك النهائي بأنه تم طلب منك تقديم شرح بخصوص الشكوى التالية.
مهم: إذا لم تقدم شرحك قبل الموعد النهائي، سيتم تصعيد هذا الأمر إلى مديرك المباشر لاتخاذ الإجراء اللازم.
يرجى تقديم الشرح فوراً لتجنب التصعيد.