@if (debugging.enabled()) {
@if (showLauncher()) {
@if (launcherVariant() === 'floating') {
} @else if (launcherVariant() === 'compact') {
} @else {
}
}
@if (showPanel() && isOpen()) {
@if (detached()) {
}
@if (activeTab() === 'logs') {
@if (isTruncated()) {
{{ 'shared.debugConsole.showingLatest' | translate: { total: filteredEntries().length } }}
}
} @else {
}
}
}