{% set file = entity %} {% set entity_view = "overview" %} {% import "entity_macros.html" as entity_macros %} {% extends "entity_base.html" %} {% block entity_main %}
This file is not associated with any fatcat release. {% endif %}
SHA-1 | {{ file.sha1 }}
{% endif %}
{% if file.sha256 != None %}
|
SHA-256 | {{ file.sha256 }}
{% endif %}
{% if file.md5!= None %}
|
MD5 | {{ file.md5 }}
{% endif %}
|
Size {{ file.size|filesizeformat }}
File Type {{ file.mimetype }}