{% set file = entity %} {% set entity_view = "overview" %} {% import "entity_macros.html" as entity_macros %} {% extends "entity_base.html" %} {% block entity_main %}

Associated Releases

{% if entity.releases != [] %} {{ entity_macros.release_list(entity.releases) }} {% else %}

This file is not associated with any release entity! This makes a is a stub entry in the catalog. {% endif %}

Public Access URLs

{% if file.urls != None %} {{ entity_macros.url_list(file.urls) }} {% else %} No known archives or mirrors of this file. {% endif %}

Data Integrity Checksums

{% if file.sha1 != None %}
SHA-1 {{ file.sha1 }} {% endif %} {% if file.sha256 != None %}
SHA-256 {{ file.sha256 }} {% endif %} {% if file.md5!= None %}
MD5 {{ file.md5 }} {% endif %}
{% if file._es and file._es.best_url %} {# TODO: this currently shows *any* file, though prefers archive.org #} View Archived File {% else %} No Public URL {% endif %}
{% if file.size != None %} Size  {{ file.size|filesizeformat }}
{% endif %} {% if file.mimetype != None %} MIME Type  {{ file.mimetype }}
{% endif %}
{{ entity_macros.fatcat_bits(entity, "file", "", editgroup) }}
{% endblock %}