{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Reminder: Explanation Request" %}{% endblock %} {% block preheader %}{% trans "Reminder: Your explanation for a patient complaint is due soon" %}{% endblock %} {% block hero_title %}{% trans "Explanation Reminder" %}{% endblock %} {% block hero_subtitle %}{% trans "Your response is due soon. Please submit your explanation to avoid escalation." %}{% endblock %} {% block content %}

{% trans "Dear" %} {{ staff.first_name }} {{ staff.last_name }},

{% trans "This is a reminder that you have been requested to provide an explanation for the following complaint." %}

{% trans "Complaint Details" %}

{% if complaint.description %} {% endif %}
{% trans "Reference:" %} #{{ complaint.id|slice:":8" }}
{% trans "Title:" %} {{ complaint.title }}
{% trans "Description:" %} {{ complaint.description }}
{% trans "Due In:" %} {{ hours_remaining }} {% trans "hours" %} ({{ due_date|date:"Y-m-d H:i" }})

{% trans "Important:" %}

{% trans "Please submit your explanation before the deadline to avoid escalation to your manager." %}

تذكير: طلب شرح - شكوى #{{ complaint.id|slice:":8" }}

هذا تذكير بأنه تم طلب منك تقديم شرح بخصوص الشكوى التالية.
موعد تقديم الشرح يتبقى {{ hours_remaining }} ساعة (الموعد النهائي: {{ due_date|date:"Y-m-d H:i" }}).
يرجى تقديم الشرح قبل الموعد النهائي لتجنب التصعيد إلى مديرك المباشر.

{% endblock %} {% block cta_url %}{{ site_url }}/complaints/explanation/{{ explanation.token }}/{% endblock %} {% block cta_text %}{% trans "Submit Your Explanation" %}{% endblock %} {% block info_title %}{% trans "Need Assistance?" %}{% endblock %} {% block info_content %} {% trans "If you have any questions, please contact the person who requested this explanation." %} {% endblock %} {% block footer_address %} PX360 Complaint Management System
Al Hammadi Hospital {% endblock %}