default.view.tenants.user-menu-tenants.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sirius-biz Show documentation
Show all versions of sirius-biz Show documentation
Provides a framework for building web based business applications
@if (user.getCurrentUser().hasPermission("permission-manage-tenants")) {
@i18n("Model.tenant.plural")
}
@if (user.getCurrentUser().hasPermission("permission-manage-user-accounts")) {
@i18n("Model.userAccount.plural")
}
@if (user.getCurrentUser().hasPermission("permission-select-tenant") || user.getCurrentUser().hasPermission("flag-spy-user")) {
@i18n("Tenant.select")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy