default.view.codelists.code-list.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.codelists.CodeList codeList, String page
@extends(view.wondergem.template.html, title: NLS.get("CodeList"))
@section(breadcrumbs) {
@i18n("CodeList.plural")
@i18n("CodeList")
}
@pageHeader("CodeList")
@if (!codeList.isNew()) {
@navbox() {
@i18n("Model.details")
@codeList.getName() (@codeList.getCode())
@codeList.getDescription()
@i18n("Model.details")
@i18n("CodeListEntry.plural")
}
@i18n("NLS.back")
}
@render
© 2015 - 2025 Weber Informatics LLC | Privacy Policy