{% 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 %}
Release Type | Total Count | Coverage |
---|---|---|
{{ type_row.release_type }} | {{ "{:,}".format(type_row.total) }} | {{ entity_macros.preservation_bar(type_row) }} {% endfor %} |