|
@if (isFlat()) {
{{ row.name }}
@if (row.prefix) {{{ row.prefix }}}
} @else {
@if (row.prefix) {{{ row.prefix }}}{{ row.name }}
}
|
{{ row.linksIn }} |
{{ row.linksOut }} |
0 ? texts.tokensTooltip(row.tokensRaw!) : null">{{ 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) {
{{ texts.missing }}
}
|
{{ row.modifiedAt }} |
}