Supported Token Types:
@if ((containerService.selectedContainerType()?.token_types?.length ?? 0) >= tokenService.tokenTypeOptions().length) {
All
} @else if ((containerService.selectedContainerType()?.token_types?.length ?? 0) > 1) {
{{ containerService.selectedContainerType()?.token_types?.join(", ") }}
} @else {
{{ containerService.selectedContainerType()?.token_types?.[0] }}
}
Description
@if (authService.actionAllowed("container_template_list")) {
Use a Template
Template
@for (option of templateOptions(); track option) {
{{ option.name }}
}
@if (templateIsSelected) {
}
Added Tokens
}
@if (showRegistration) {
Registration
Generate a QR code to register the container on a smartphone.
Optional Settings
}