@if (lore) {

{{ 'loreGraph.title' | translate:{ name: lore.name } }}

{{ 'loreGraph.subtitle' | translate:{ pages: (nodes.length - npcCount), npcs: npcCount, edges: edgeCount } }}

{{ 'loreGraph.legendPage' | translate }} {{ 'loreGraph.legendNpc' | translate }} {{ 'loreGraph.legendLink' | translate }}
@if (nodes.length === 0) {
{{ 'loreGraph.empty' | translate }}
} @else {
@for (e of edges; track e.key) { } @for (n of nodes; track n.id) { {{ n.displayLabel }} {{ n.label }} }
@if (edgeCount === 0) {

{{ 'loreGraph.hint' | translate }}

} }
}