@if (anyActionsAllowed()) {
Container Actions
@if (authService.actionAllowed("container_delete")) {
}
@if (containerType === "smartphone") {
@if (authService.actionAllowed("container_delete") && (registrationAllowed() || rolloverAllowed() || unregisterAllowed())) {
}
@if (registrationAllowed()) {
} @else if (rolloverAllowed()) {
}
@if (unregisterAllowed()) {
}
}
}