@if (selectedLeaf) { @if (selectedLeaf?.tag.data) { } } @else {
{{ model.rootNode.children.length > 0 ? _messages.noItemSelected : _messages.noItemsFound }}
}