{{ row.timestamp.strftime("%Y-%m-%d %H:%M:%S") }}
          {% if row.mimetype %}| {{ row.mimetype }} {% endif %}
          {% if row.size %}| {{ row.size|filesizeformat }} {% endif %}
          
          
      
            {% if row.sha1 %}sha1:{{ row.sha1 }}
{% endif %}
            {% if row.sha256 %}sha256:{{ row.sha256 }}
{% endif %}