{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Explanation Request - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "You have been assigned to provide an explanation for a patient complaint" %}{% endblock %} {% block content %}

{% trans "Explanation Request" %}

{% trans "Dear" %} {{ staff_name }},

{% trans "You have been assigned to provide an explanation for the following patient complaint. Please review the details and submit your response using the button below." %}

{% if custom_message %}

{% trans "Note from PX Team:" %} {{ custom_message }}

{% endif %}
{% if description %} {% endif %}
{% trans "Reference:" %} #{{ complaint_id }}
{% trans "Title:" %} {{ complaint_title }}
{% trans "Patient:" %} {{ patient_name }}
{% trans "Department:" %} {{ department_name }}
{% trans "Deadline:" %} {{ created_date }}
{% trans "Description:" %}
{{ description }}
{% trans "Submit Your Explanation" %}

{% trans "If you have any questions, please contact the PX team." %}
{% trans "This is an automated email. Please do not reply." %}

{% endblock %}