{% 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 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 "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 or call +966 11 123 4567." %}
{% endblock %}