{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}
| Property | Units | Value | |
|---|---|---|---|
| Observation | obsid | {% if file.obsid %}{{file.obsid}} | {% else %}null | {% endif %}
| Size | bytes | {{file.size}} ({{file.size|filesizeformat}}) | |
| MD5 | {{file.md5}} | ||
| Source | {{file.source}} | ||
| Creation Time | {{file.create_time}} |
You can stage this file to {{staging_dest_displayed}}.
| Store | Subdirectory | Deletion Policy |
|---|---|---|
| {{i.store_name}} | {{i.parent_dirs}} | {{i.deletion_policy_text}} |
This Librarian currently holds no copies of this file.
{% endif %}| Time | Type | Data payload |
|---|---|---|
| {{e.time}} | {{e.type}} | {{e.payload}} |
This Librarian has recorded no events relating to this file.
{% endif %} {% endblock %}