All Downloads are FREE. Search and download functionalities are using the official Maven repository.

default.view.tenants.user-account.html Maven / Gradle / Ivy

There is a newer version: 9.6
Show newest version
@*
*  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() {
  • @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