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

default.view.codelists.code-list.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.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() {
  • @codeList.getName() (@codeList.getCode())
  • @codeList.getDescription()
  •  @i18n("Model.details")
  •  @i18n("CodeListEntry.plural")
  • } @i18n("NLS.back")
    }
    @render




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy