@if (authService.actionAllowed("container_add_token")) {

Add Token

Only display tokens that are not in a container
Add Token to Container @if (!showOnlyTokenNotInContainer()) { Adding a token removes it from its previous container } @for (option of tokenOptions; track option) { {{ option["serial"] }} {{ option["tokentype"] }} {{ option["active"] ? "active" : "deactivated" }} {{ option["username"] }} add }
}