{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "SLA Reminder - Observation" %}{% endblock %} {% block preheader %}{% trans "An observation 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 observation requires your attention." %} {% else %} {% trans "An observation assigned to you is approaching its SLA deadline." %} {% endif %} {% endblock %} {% block content %}
|
{% trans "Dear" %} {{ recipient_name|default:'Colleague' }}, {% if is_unassigned %}{% trans "This is a reminder about an unassigned observation that requires attention. The observation has not yet been assigned to any team member. Please assign it as soon as possible." %} {% else %}{% trans "This is an automated reminder that an observation assigned to you is approaching its SLA deadline. Please review and take appropriate action." %} {% endif %} |
{% trans "Observation Details" %}
|
{% trans "SLA Information" %}
|
|
{% trans "Action Required:" %} {% if is_unassigned %}
{% trans "Please review this observation and take appropriate action before the SLA deadline to avoid breach." %} {% endif %} |
|
تذكير بموعد الاستحقاق - {{ observation.tracking_code }}
{% if is_unassigned %}
هام: هذه ملاحظة غير معينة تحتاج إلى اهتمامكم. يرجى تعيينها في أقرب وقت ممكن. |