Bonsai
@if (showInfo()) {
Versions
Interface v{{ version }}
API {{ apiVersion() !== null ? 'v' + apiVersion() : '...' }}
@if (versionMismatch()) {
Versions différentes
}
}
@if (keycloak.isAuthenticated()) {
Projets @if (projectContext.project(); as project) {
{{ project.name }}
@for (item of projectMenuItems(); track item.path) { {{ item.label }} }
}
{{ keycloak.username() }}
} @else { }