Firm Admin controls user invitations, branch mapping and role mapping.
| User | Roles | Login Status | Designation | Mobile |
|---|---|---|---|---|
{{ user.name }} {{ user.email }} |
{% for role in user.roles %}{{ role }}{% else %}No role{% endfor %} |
{% if user.is_locked %}Locked{% elif not user.is_active %}Inactive{% elif not user.allow_login %}Login Blocked{% else %}Active{% endif %}{% if user.must_change_password %} Invite/password pending {% endif %} |
{{ user.designation or '-' }} | {{ user.mobile or '-' }} |
| No users found. | ||||