{% extends 'emails/base_email_template.html' %} {% load i18n %} {% block title %}{% trans "Your PX360 Account Credentials - Al Hammadi Hospital" %}{% endblock %} {% block preheader %}{% trans "Your PX360 account has been created. Find your login credentials below." %}{% endblock %} {% block hero_title %}{% trans "Welcome to PX360" %}{% endblock %} {% block hero_subtitle %}{% trans "Your account has been created successfully. Below are your login credentials." %}{% endblock %} {% block content %}
|
{% trans "Dear" %} {{ staff.get_full_name }}, |
{% trans "Your Account Details" %}
|
|
{% trans "Security Notice:" %} {% trans "Please change your password after your first login for security purposes." %} |