{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "SLA Reminder - Complaint" %}{% endblock %} {% block preheader %}{% trans "A complaint is approaching its SLA deadline. Please take action." %}{% endblock %} {% block hero_title %}{% trans "SLA Deadline Reminder" %}{% endblock %} {% block hero_subtitle %} {% if is_unassigned %} {% trans "An unassigned complaint requires your immediate attention." %} {% else %} {% trans "An assigned complaint is approaching its SLA deadline." %} {% endif %} {% endblock %} {% block content %}
|
{% trans "Dear" %} {{ recipient.get_full_name }}, {% if is_unassigned %}{% trans "This is a reminder about an UNASSIGNED complaint that needs your attention. This complaint has not yet been assigned to anyone. Please assign it to an appropriate team member as soon as possible." %} {% else %}{% trans "This is an automated reminder that you have an assigned complaint approaching its SLA deadline. Please review and take appropriate action." %} {% endif %} |
{% trans "Complaint Details" %}
|
{% trans "SLA Information" %}
|
|
{% trans "Action Required:" %} {% if is_unassigned %}
{% trans "Please review this complaint and take appropriate action before the SLA deadline to avoid breach." %} {% endif %} |
|
تذكير اتفاقية مستوى الخدمة - شكوى #{{ complaint.id|slice:":8" }}
{% if is_unassigned %}
هام: هذا تذكير بشكوى غير معينة تحتاج إلى اهتمامكم. يرجى تعيينها لأحد أعضاء الفريق المناسبين في أقرب وقت ممكن. |