{% 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 hero_title %}{% trans "Explanation Request" %}{% endblock %} {% block hero_subtitle %}{% trans "Please review the complaint details and submit your response" %}{% endblock %} {% block content %}

{% 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 %}

{% trans "Complaint Details" %}

{% if description %} {% endif %}
{% trans "Reference:" %} #{{ complaint_id }}
{% trans "Title:" %} {{ complaint_title }}
{% trans "Patient:" %} {{ patient_name }}
{% trans "Hospital:" %} {{ hospital_name }}
{% trans "Department:" %} {{ department_name }}
{% trans "Category:" %} {{ category }}
{% trans "Status:" %} {{ status }}
{% trans "Date:" %} {{ created_date }}
{% trans "Description:" %} {{ description }}

⚠️ {% trans "Important Information:" %}

  • {% trans "This link is unique and can only be used once" %}
  • {% trans "You can attach supporting documents to your explanation" %}
  • {% trans "Your response will be reviewed by the PX team" %}
  • {% trans "Please submit your explanation at your earliest convenience" %}
{% endblock %} {% block cta_url %}{{ explanation_url }}{% 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 or concerns, please contact the PX team directly." %}
{% trans "Note:" %} {% trans "This is an automated email. Please do not reply directly to this message." %} {% endblock %} {% block footer_address %} PX360 Complaint Management System
Al Hammadi Hospital {% endblock %}