{%extends "detail-base.html"%} {% load index_template %} {% block detail_body %} {# Silence regular messages so we can display them closer to the transfer button #} {% block detail_messages %} {% endblock %}
{% if transfer_link %} {% endif %}
{{title|default:'Result'}}
{% for man in remote_file_manifest %}
Filename:

{{man.filename}}

Length:

{{man.length}}

URL:

{{man.url}}

MD5:

{{man.md5}}

SHA256:

{{man.sha256}}


{% empty %}
No files have been listed for this search entry.
{% endfor %}
{% endblock %}