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

{{ texts.emptyOverlay }}

} @else {

{{ texts.emptyAnnotations }}

} } @else {
@if (hasProvenance()) { @let pr = provenance();
{{ texts.sections.provenance }}
@if (pr.authors.length) { @for (a of pr.authors; track a) { {{ a }} } } @if (pr.license !== null) { {{ pr.license }} }
} @if (hasRepository()) { @let rp = repository();
{{ texts.sections.repository }}
@if (rp.source !== null) { {{ rp.source }} } @if (rp.sourceVersion !== null) { {{ rp.sourceVersion }} }
} @if (hasDocs()) { @let dc = docs();
{{ texts.sections.docs }}
@if (dc.docsUrl !== null) { {{ dc.docsUrl }} }
}
}