${t`User Info`}
-
${t`Username`}
-
${this.user.username}
-
${t`Name`}
-
${this.user.name}
-
${t`Email`}
-
${this.user.email || "-"}
-
${t`Last login`}
-
${this.user.lastLogin?.toLocaleString()}
${rootInterface()?.config?.capabilities.includes(
CapabilitiesEnum.Impersonate,
)
? html`
${t`Impersonate`}
`
: html``}