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

default.view.tenants.profile.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 oxomi.core.Admin admin
@import oxomi.model.Salutation
@extends(view.main.html, title: NLS.get("Admin.profile"))
@section(breadcrumbs) {
  • @i18n("Admin.profile")
  • }
    @i18n("Admin.profile")
    @i18n("Admin.profile.email.help")
    @i18n("Admin.position.help")
    @if (admin.getImage().isFilled()) { @i18n("PortalConfig.deleteImage") } @i18n("PersonEntity.security")
    @if (Strings.isFilled(admin.getGeneratedPassword())) { @i18n("PersonEntity.recommendToChangePassword") }
    @if (admin.getApiToken() != null) {
    @i18n("PersonEntity.apiToken")
    }




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy