{% extends 'emails/base_email_template.html' %} {% block title %}Survey Results Available - Al Hammadi Hospital{% endblock %} {% block preheader %}Your department's survey results are now available for review.{% endblock %} {% block hero_title %}Survey Results Ready{% endblock %} {% block hero_subtitle %}View the latest patient experience survey results for your department{% endblock %} {% block content %}

Dear {{ recipient_name|default:'Team Member' }},

The patient experience survey results for {{ department_name|default:'your department' }} are now available for review.

{{ overall_score|default:'N/A' }}

Overall Score

{{ total_responses|default:'N/A' }}

Responses

{{ response_rate|default:'N/A' }}

Response Rate

Key Highlights:

Strengths: {{ strengths|default:'Patient care and communication received high ratings' }}

!

Areas for Improvement: {{ improvements|default:'Wait times and facility comfort can be enhanced' }}

📊

Survey Period: {{ survey_period|default:'Last 30 days' }}

⚠️ Action Required:

Please review the detailed results and prepare an action plan to address identified areas for improvement by {{ deadline|default:'end of month' }}.

{% endblock %} {% block cta_url %}{{ results_link|default:'#' }}{% endblock %} {% block cta_text %}View Full Report{% endblock %} {% block info_title %}Report Details{% endblock %} {% block info_content %} Report Generated: {{ report_date|default:'Today' }}
Survey Type: {{ survey_type|default:'Patient Experience Survey' }}
Access Level: {{ access_level|default:'Department Manager' }} {% endblock %} {% block footer_address %} Patient Experience Management Department
Al Hammadi Hospital {% endblock %}