@if (mode() === 'work' && workContext()) {
@if (nrOfOpenTasks() > 0) {
{{ nrOfOpenTasks() }}
} } @else if (mode() === 'folder' && folderId()) { } @else { @if (container() === 'route') { @if (customPluginId(); as pluginId) { } @else if (svgIcon()) { } @else if (icon()) { {{ icon() }} } @if (label()) { {{ label() | translate }} } @if (featureConfigKey()) { } } @else if (container() === 'href') { @if (customPluginId(); as pluginId) { } @else if (svgIcon()) { } @else if (icon()) { {{ icon() }} } @if (label()) { {{ label() | translate }} } } @else if (container() === 'action' || container() === 'group') { } }