Information
@for (key of Object.keys(element.value); track key) { @if (isEditingInfo()) {
{{ key }}
} @else {
{{ key }}: {{ element.value[key] }}
} } @if (isEditingInfo()) {
}
@if (authService.actionAllowed("settokeninfo")) { }