@if (isEmpty()) {

{{ texts.empty }}

} @else { @if (rootContributions().length) {
@for (r of rootContributions(); track r.key) {
{{ r.key }} @if (r.pluginId !== null) { {{ texts.rootContribBadge(r.pluginId) }} }
{{ r.value }}
}
} @if (namespaces().length) {
@for (ns of namespaces(); track ns.pluginId) {
{{ ns.pluginId }} @if (!ns.registered) { {{ texts.unregisteredBadge }} }
@for (row of ns.rows; track row.key) {
{{ row.key }}
{{ row.value }}
}
}
} }