@if (error()) { } @if (showLoading()) {
{{ texts.loading }}
} @else if (!error()) { @if (rows().length === 0) {
@if (filtersActive()) {

{{ texts.emptyFiltered }}

} @else {

{{ texts.emptyAll }}

{{ texts.emptyAllHint }}

}
} @else {
@if (!isFlat()) { }
@if (row.type === 'folder') { {{ row.name }} {{ texts.folderCount(row.nodeCount) }} @if (row.errors > 0) { {{ row.errors }} } @if (row.warns > 0) { {{ row.warns }} } } @else { @if (isFlat()) { {{ row.name }} @if (row.prefix) {{{ row.prefix }}} } @else { @if (row.prefix) {{{ row.prefix }}}{{ row.name }} } {{ row.linksIn }} {{ row.linksOut }} {{ row.tokens }} @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.modifiedAt }} }
} }