{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Patient Survey Invitation - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "We value your feedback! Please share your experience with us." %}{% endblock %} {% block hero_title %}{% trans "We Value Your Feedback" %}{% endblock %} {% block hero_subtitle %}{% trans "Help us improve our services by sharing your recent experience at Al Hammadi Hospital" %}{% endblock %} {% block content %}

{% trans "Dear" %} {{ patient_name|default:_("Valued Patient") }},

{% blocktrans with visit=visit_date|default:_("your recent visit") %}Thank you for choosing Al Hammadi Hospital for your healthcare needs. We hope your recent visit on {{ visit }} met your expectations.{% endblocktrans %}

{% blocktrans with duration=survey_duration|default:_("3-5") %}Your feedback is invaluable in helping us maintain and improve the quality of care we provide. Would you mind taking {{ duration }} minutes to complete our patient experience survey?{% endblocktrans %}

{% trans "Why Your Feedback Matters:" %}

{% trans "Improve Patient Care:" %} {% trans "Your insights help us enhance our services" %}

{% trans "Better Experience:" %} {% trans "Help us create a better experience for all patients" %}

{% trans "Quality Standards:" %} {% trans "Contribute to our commitment to excellence" %}

{% endblock %} {% block cta_url %}{{ survey_link|default:'#' }}{% endblock %} {% block cta_text %}{% trans "Start Survey" %}{% endblock %} {% block info_title %}{% trans "Survey Information" %}{% endblock %} {% block info_content %} {% trans "Duration:" %} {% trans "Approximately" %} {{ survey_duration|default:_("3-5") }} {% trans "minutes" %}
{% trans "Confidentiality:" %} {% trans "Your responses are completely confidential" %}
{% trans "Deadline:" %} {% trans "Please complete by" %} {{ deadline|default:_("the end of this week") }} {% endblock %} {% block footer_address %} {% trans "Patient Experience Management Department" %}
{% trans "Al Hammadi Hospital" %} {% endblock %}