{% 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 content %}
{% trans "Dear" %} {{ staff.get_full_name }},
{% trans "Your PX360 account has been created. Below are your login credentials." %}
{% trans "Username:" %} {{ user.username }}
{% trans "Password:" %} {{ password }}
{% trans "Email:" %} {{ staff.email }}
{% trans "Security Notice:" %} {% trans "Please change your password after your first login for security purposes." %}
| {% trans "Login to PX360" %} |
{% trans "If you have any questions or need assistance, please contact your system administrator." %}
{% endblock %}