{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Reminder: Department Response Due" %}{% endblock %} {% block preheader %}{% trans "Reminder: Your department's response to a patient complaint is due soon" %}{% endblock %} {% block content %}
{% trans "Dear" %} {{ staff.first_name }} {{ staff.last_name }},
{% trans "This is a reminder that your department has been requested to respond to 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 "Please submit your explanation before the deadline to avoid escalation to your manager." %}
| {% trans "Submit Your Explanation" %} |
تذكير: طلب شرح - شكوى #{{ complaint.id|slice:":8" }}
هذا تذكير بأنه تم طلب منك تقديم شرح بخصوص الشكوى التالية.
موعد تقديم الشرح يتبقى {{ hours_remaining }} ساعة (الموعد النهائي: {{ due_date|date:"Y-m-d H:i" }}).
يرجى تقديم الشرح قبل الموعد النهائي لتجنب التصعيد إلى مديرك المباشر.