{{t "Staff"}} {{svg-jar "arrow-right"}} {{this.user.name}} {{#if this.user.isSuspended}} {{t "Suspended"}} {{/if}}

{{#if this.showLeaveSettingsModal}} {{/if}}
{{#if this.userActionsAreVisible}} {{svg-jar "settings"}} {{#if this.canMakeOwner}}
  • {{#if this.showTransferOwnerModal}} {{/if}}
  • {{/if}} {{#if this.deleteUserActionIsVisible}}
  • {{#if this.user.isActive}}
  • {{/if}} {{#if this.user.isSuspended}}
  • {{/if}} {{/if}}
    {{/if}} {{#if this.showDeleteUserModal}} {{/if}} {{#if this.showSuspendUserModal}} {{/if}} {{#if this.showUnsuspendUserModal}} {{/if}}
    {{!--
    --}}
    {{! user details form }} {{!-- If an administrator is viewing Owner's profile then hide inputs for change password --}} {{#if this.canChangePassword}} {{! change password form }} {{/if}}