default.view.tenants.user-account.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
@*
* Made with all the love in the world
* by scireum in Remshalden, Germany
*
* Copyright by scireum GmbH
* http://www.scireum.de - [email protected]
*@
@args sirius.biz.tenants.UserAccount account, String page
@extends(view.wondergem.template.html, title: (account.toString()))
@section(head) {
}
@section(breadcrumbs) {
@i18n("Model.userAccount.plural")
@account
}
@pageHeader("Model.userAccount")
@if (!account.isNew()) {
@navbox() {
@i18n("Model.details")
@account.getLogin().getUsername()
@account.getPerson()
@account.getEmail()
@includeExtensions("view-user-account-sidebar-infos", account, page)
@i18n("Model.details")
@i18n("Model.config")
@includeExtensions("view-user-account-sidebar-menu", account, page)
}
@i18n("NLS.back")
}
@render
© 2015 - 2025 Weber Informatics LLC | Privacy Policy