{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{{ staff.get_full_name }} - {% trans "Staff Details" %}{% endblock %} {% block content %}
{{ staff.job_title|default:"-" }} | {{ staff.get_staff_type_display }}
{% trans "Create a user account to allow this staff member to log in to the system." %}
{% if user.is_px_admin or user.is_hospital_admin %} {% if staff.email %} {% else %}{% trans "Add email address first" %}
{% trans "Create a user account for" %} {{ staff.get_full_name }}?
{% trans "Credentials will be emailed to" %} {{ staff.email }}.
{% trans "Send invitation email to" %} {{ staff.get_full_name }}?
{% trans "A new password will be generated and emailed." %}
{% trans "Unlink user account from" %} {{ staff.get_full_name }}?
{% trans "This will remove login access. The user account will still exist but will no longer be linked to this staff profile." %}
{% trans "Password reset and email sent successfully!" %}
{% trans "Copy this password:" %}