{{ file.path }} ({{ file.size|filesizeformat }}{% if file.extra.mimetype %}, {{ file.extra.mimetype }}{% endif %})
        
        
          {% if file.md5 %}   md5:{{ file.md5 }}
{% endif %}
          {% if file.sha1 %}  sha1:{{ file.sha1 }}
{% endif %}
          {% if file.sha256 %}sha256:{{ file.sha256 }}
{% endif %}