{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Hospital Users" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Manage hospital user accounts and reset passwords" %}
| {% trans "Name" %} | {% trans "Email" %} | {% trans "Hospital" %} | {% trans "Department" %} | {% trans "Role(s)" %} | {% trans "Status" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|---|
|
{{ u.first_name.0 }}{{ u.last_name.0 }}
{{ u.get_full_name }}
{% if u.employee_id %}
{{ u.employee_id }}
{% endif %}
|
{{ u.email }} | {% if u.hospital %} {{ u.hospital.name }} {% else %} - {% endif %} | {% if u.department %} {{ u.department.get_localized_name }} {% else %} - {% endif %} | {% for role_name in u.get_role_names %} {{ role_name }} {% empty %} - {% endfor %} | {% if u.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} | |
|
{% trans "No users found" %} {% trans "Try adjusting your filters" %} |
||||||
{% trans "Reset password for" %} ?
{% trans "Email:" %}
{% trans "A new temporary password will be generated and sent to this user's email." %}
{% trans "The password has been reset for" %} .
{% trans "New Temporary Password" %}
{% trans "Note:" %} {% trans "This password has been sent to the user's email. Please share it securely if needed." %}