{% 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 %}
{{ "{:,}".format(pstats.bright) }} | {{ (frac_bright*100)|round(2,method='ceil') }}% | preserved and publicly available (bright) | |
{{ "{:,}".format(pstats.dark) }} | {{ (frac_dark*100)|round(2,method='ceil') }}% | preserved but not publicly accessible (dark) | |
{{ "{:,}".format(pstats.shadows_only) }} | {{ (frac_shadows_only*100)|round(2,method='ceil') }}% | only independently preserved in "shadow" libraries | |
{{ "{:,}".format(pstats.none) }} | {{ (frac_none*100)|round(2,method='ceil') }}% | no known independent preservation |