{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "New Complaint Notification - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{{ priority_badge|default:"New" }} complaint: {{ complaint_title|truncatechars:50 }}{% endblock %} {% block hero_title %}{{ priority_badge|default:"New" }} Complaint{% endblock %} {% block hero_subtitle %}A new complaint requires your attention{% endblock %} {% block content %}
|
{% trans "Dear" %} {{ admin_name|default:'Admin' }}, {% trans "A new complaint has been submitted and requires your attention. Please review the details below." %} |
|
|
{% trans "Description" %} {{ description }} |
|
{% trans "Please review and activate this complaint at your earliest convenience." %} |