@if ((mapViews.available() && mapViews.activeView() !== null) || curationActive()) {
@if (mapViews.available() && mapViews.activeView(); as activeEntry) { } @if (curationActive()) { }
} @if (error()) { } @if (ignoreError(); as ignoreMsg) { } @if (showLoading()) {
{{ texts.loading }}
} @else if (!error()) { @if (rows().length === 0) {
@if (lensOn()) {

{{ texts.emptyLens }}

{{ texts.emptyLensHint }}

} @else if (filtersActive()) {

{{ texts.emptyFiltered }}

} @else {

{{ texts.emptyAll }}

{{ texts.emptyAllHint }}

}
} @else {
@if (!isFlat()) { }
@if (row.type === 'folder') { @let folderState = folderStateMap().get(row.path) ?? 'all'; {{ row.name }} {{ texts.folderCount(row.nodeCount) }} @if (projectIgnore.available()) { } @if (row.errors > 0) { {{ row.errors }} } @if (row.warns > 0) { {{ row.warns }} } } @else { @let leafOnMap = visibleLeaves().has(row.path); @if (isFlat()) { {{ row.name }}@if (row.suffix) {{{ row.suffix }}} @if (row.prefix) {{{ row.prefix }}} } @else { @if (row.prefix) {{{ row.prefix }}}{{ row.name }}@if (row.suffix) {{{ row.suffix }}} } @if (projectIgnore.available()) { } {{ row.activity }} @if (row.isStale) { } @if (row.errors > 0) { {{ row.errors }} } @if (row.warns > 0) { {{ row.warns }} } @if (!row.isStale && row.errors === 0 && row.warns === 0) { } {{ row.tokens }} {{ row.linksIn }} {{ row.linksOut }} {{ row.modifiedAt }} }
} }