{% import "entity_macros.html" as entity_macros %} {% import "search_macros.html" as search_macros %} {% extends "base.html" %} {% block title %} {% if query.q %} Search: {{ query.q }} {% else %} Coverage Search {% endif %} {% endblock %} {% block fullmain %}
Release Type | Total Count | Coverage |
---|---|---|
{{ type_row.release_type }} | {{ "{:,}".format(type_row.total) }} | {{ entity_macros.preservation_bar(type_row) }} {% endfor %} |