@if (expandExecutions()) {
} @else {
}
{{ 'PAC.Xpert.Executions' | translate: { Default: 'Executions' } }}
@if (expandExecutions()) {
@if (loadingExecutions()) {
}
@for (execution of executions$ | async; track execution.id) {
}
} @else {
@for (execution of executings(); track execution.id) {