@if (!hasAnyContent()) { @if (!overlay()?.present) {

{{ texts.emptyOverlay }}

} @else {

{{ texts.emptyAnnotations }}

} } @else { @if (hasLifecycle()) { @let lc = lifecycle();

{{ texts.sections.lifecycle }}

@if (lc.version !== null) {
{{ texts.fields.version }}
{{ lc.version }}
} @if (lc.stability !== null) {
{{ texts.fields.stability }}
}
} @if (hasSupersession()) { @let sup = supersession();

{{ texts.sections.supersession }}

@if (sup.supersededBy !== null) {
{{ texts.fields.supersededBy }}
} @if (sup.supersedes.length) {
{{ texts.fields.supersedes }}
@for (p of sup.supersedes; track p) { }
}
} @if (hasProvenance()) { @let pr = provenance();

{{ texts.sections.provenance }}

@if (pr.authors.length) {
{{ texts.fields.authors }}
@for (a of pr.authors; track a) { }
}
@if (pr.license !== null) {
{{ texts.fields.license }}
{{ pr.license }}
} @if (pr.source !== null) {
{{ texts.fields.source }}
{{ pr.source }}
} @if (pr.sourceVersion !== null) {
{{ texts.fields.sourceVersion }}
{{ pr.sourceVersion }}
}
} @if (hasTaxonomy()) { @let tx = taxonomy();

{{ texts.sections.taxonomy }}

{{ texts.fields.tags }}
@for (t of tx.authorTags; track 'a:' + t) { } @for (t of tx.userTags; track 'u:' + t) { }
} @if (hasDocs()) { @let dc = docs();

{{ texts.sections.docs }}

@if (dc.docsUrl !== null) {
{{ texts.fields.docsUrl }}
{{ dc.docsUrl }}
}
} }