{% set container = entity %} {% set entity_view = "coverage" %} {% set entity_type = "container" %} {% import "entity_macros.html" as entity_macros %} {% extends "entity_base.html" %} {% block entity_main %}
{% if container.extra and container.extra.kbart %}
There seem to be at least some "dark" preservation holdings in:
{% for k, v in container.extra.kbart.items() %}
{{ k }}
{{ ", " if not loop.last }}
{% endfor %}
.
{% endif %}
{% if container.issnl %}
Our metadata may not be up to date, but you can verify preservation holdings in Keepers Registery (click "Archival Status").
{% endif %}
Release Type | Total Count | Coverage |
---|---|---|
{{ type_row.release_type }} | {{ "{:,}".format(type_row.total) }} | {{ entity_macros.preservation_bar(type_row) }} {% endfor %} |