{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}

{% if file.obsid %} {% else %} {% endif %}
Property Units Value
Observation obsid{{file.obsid}}null
Size bytes {{file.size}} ({{file.size|filesizeformat}})
MD5 {{file.md5}}
Source {{file.source}}
Creation Time {{file.create_time}}
{% if staging_available %}

Staging to {{staging_dest_displayed}}

You can stage this file to {{staging_dest_displayed}}.

{{macros.staging_form_ui(staging_username_placeholder, staging_dest_path)}}


{% endif %}

Instances

{% if instances %}
{% for i in instances %} {% endfor %}
Store Subdirectory Deletion Policy
{{i.store_name}} {{i.parent_dirs}} {{i.deletion_policy_text}}
{% else %}

This Librarian currently holds no copies of this file.

{% endif %}

Events

{% if events %}
{% for e in events %} {% endfor %}
Time Type Data payload
{{e.time}} {{e.type}} {{e.payload}}
{% else %}

This Librarian has recorded no events relating to this file.

{% endif %} {% endblock %}