{{ package.uuid }} |
{{ package.description }} |
{% if package.origin_pipeline %}
{{ package.origin_pipeline }}
{% else %}
None
{% endif %}
|
{{ package.full_path }} |
{{ package.size|filesizeformat }} |
{{ package.get_package_type_display }} |
{% if package.pointer_file_location %}
Pointer File
{% else %}
None
{% endif %}
|
{{ package.get_status_display }}
{% if package.status != 'DELETED' and package.status != 'FAIL'%}
(Update Status)
{% endif %}
|
{{ package.latest_fixity_check_datetime|default_if_none:"" }}
|
{{ package.latest_fixity_check_result|yesno:"Success,Failed," }}
|
Download
{% if package.package_type in 'AIP AIC' %}
Re-ingest
{% endif %}
|
{% endfor %}