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

{% blocktrans with name=user.first_name|default:user.email %}Hello {{ name }},{% endblocktrans %}

{% trans "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!" %}

{% trans "Click the button below to continue where you left off:" %}

{% trans "Why Complete Your Setup?" %}

{% trans "Access Your Dashboard:" %} {% trans "Manage your tasks and responsibilities" %}

{% trans "Collaborate with Your Team:" %} {% trans "Connect with colleagues across departments" %}

{% trans "Stay Updated:" %} {% trans "Get real-time notifications and alerts" %}

{% trans "Improve Patient Experience:" %} {% trans "Contribute to better healthcare outcomes" %}

{% trans "Complete Your Setup" %}

{% trans "Time Sensitive:" %} {% trans "Your invitation will expire in" %} {{ days_remaining }} {% trans "days" %}. {% trans "After that, you'll need to request a new invitation from your administrator." %}

{% trans "Need help? Contact our support team at" %} support@alhammadi.com {% trans "or call" %} +966 11 123 4567.

{% endblock %}