debug-settings.label
@if (maxMessagesCount) {
{{ 'debug-settings.hint.main-limited' | translate: { entity: (entityLabel | translate | lowercase), msg: maxMessagesCount, time: (maxTimeFrameDuration | milliSecondsToTimeString: true : true) } }}
}
{{ 'debug-settings.on-failure' | translate }}
{{ 'debug-settings.all-messages' | translate: { time: (isDebugAllActive$ | async) && !allEnabled && debugAllControl.untouched ? (allEnabledUntil | durationLeft) : (maxDebugModeDuration | milliSecondsToTimeString: true : true) } }}
@if ((isDebugAllActive$ | async) && !allEnabled && debugAllControl.untouched) { }
@if (additionalActionConfig) { }