From bde55dc5c7dfd1cb8c2863127c4bc3675a22ddfa Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 13 Oct 2020 20:15:34 -0700 Subject: container coverage: add keeper link and KBART holdings list --- python/fatcat_web/templates/container_view_coverage.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/container_view_coverage.html b/python/fatcat_web/templates/container_view_coverage.html index 5ec31e73..2da1ab07 100644 --- a/python/fatcat_web/templates/container_view_coverage.html +++ b/python/fatcat_web/templates/container_view_coverage.html @@ -17,6 +17,17 @@ {{ entity_macros.preservation_bar(container._stats.preservation, extra_class="large") }} {{ entity_macros.preservation_table(container._stats.preservation) }} {% endif %} +

+ {% 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 %} -- cgit v1.2.3