@if (anyActionsAllowed()) {

Container Actions

@if (authService.actionAllowed("container_delete")) { } @if (containerService.containerDetail()?.template && authService.actionAllowed("container_template_list")) { } @if (containerType === "smartphone") { @if ( authService.actionAllowed("container_delete") && (registrationAllowed() || rolloverAllowed() || unregisterAllowed()) ) { } @if (registrationAllowed()) { } @else if (rolloverAllowed()) { } @if (unregisterAllowed()) { } }
}