default.view.tenants.tenant.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.Tenant tenant, String page
@extends(view.wondergem.template.html, title: (tenant.toString()))
@section(head) {
}
@section(breadcrumbs) {
@i18n("Model.tenant.plural")
@tenant
}
@pageHeader("Model.tenant")
@if (!tenant.isNew()) {
@navbox() {
@i18n("Model.details")
@tenant.getName()
@tenant.getAccountNumber()
@i18n("Model.address")
@tenant.getAddress().getStreet()
@tenant.getAddress().getZip() @tenant.getAddress().getCity()
@includeExtensions("view-tenant-sidebar-infos", tenant, page)
@i18n("Model.details")
@i18n("Model.config")
@includeExtensions("view-tenant-sidebar-menu", tenant, page)
}
@i18n("NLS.back")
}
@render
© 2015 - 2025 Weber Informatics LLC | Privacy Policy