{% extends 'emails/base_email_template.html' %} {% block title %}Reminder: Complete Your PX360 Account Setup - Al Hammadi Hospital{% endblock %} {% block preheader %}Your PX360 account setup is pending. Please complete before expiry.{% endblock %} {% block hero_title %}⏰ Reminder: Complete Your Setup{% endblock %} {% block hero_subtitle %}Your PX360 account invitation is still active{% endblock %} {% block content %}

Hello {{ user.first_name|default:user.email }},

We noticed that you haven't completed your PX360 account setup yet. Your invitation is still active, and we'd love to have you on board!

Click the button below to continue where you left off:

Why Complete Your Setup?

Access Your Dashboard: Manage your tasks and responsibilities

📊

View Analytics: Track patient experience metrics

🎯

Take Action: Respond to complaints and feedback

{% endblock %} {% block cta_url %}{{ activation_url }}{% endblock %} {% block cta_text %}Complete Account Setup{% endblock %} {% block info_title %}⚠️ Time Sensitive: Invitation Expiry{% endblock %} {% block info_content %} Your invitation link will expire on {{ expires_at|date:"F j, Y, g:i a" }}. Please complete your registration before this date to avoid requesting a new invitation. {% endblock %} {% block footer_address %} PX360 - Patient Experience Platform
Al Hammadi Hospital {% endblock %}