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

default.view.tenants.user-accounts.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]
*@
@import sirius.biz.tenants.UserAccount
@args Page accounts
@extends(view.wondergem.template.html, title: NLS.get("Model.userAccount.plural"))

@section(breadcrumbs) {
    
  • @i18n("Model.userAccount.plural")
  • } @pageHeader("Model.userAccount.plural") @tableSearchHeader(accounts, "user-accounts") { @i18n("Model.create") } @table(accounts) { @i18n("LoginData.username")
    @i18n("Model.id") @i18n("Model.name") @i18n("Model.email") @i18n("LoginData.password") @i18n("LoginData.lastLogin")
    @i18n("LoginData.numberOfLogins") @for(UserAccount account : accounts.getItems()) { @account.getLogin().getUsername()
    @account.getId() @account.getPerson() @account.getEmail() @if (Strings.isFilled(account.getLogin().getGeneratedPassword())) { @account.getLogin().getGeneratedPassword() } @i18n("LoginData.password.set")
    @i18n("LoginData.password.generate") @NLS.toUserString(account.getLogin().getLastLogin())
    @account.getLogin().getNumberOfLogins() @deleteLink(("user-account/" + account.getId() + "/delete?" + accounts.createQueryString())) } } @pagination(accounts, "user-accounts")




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy