| Filepath | {{ file_.filepath }} |
|
AIP
|
{{ aip.transfer_name }}-{{ aip.uuid }}
|
| File type | {{ file_.file_type.value }} |
| UUID | {{ file_.uuid }} |
| Size | {{ file_.size | filesizeformat }} |
|
{% if original_filename %}
Normalized date
{% else %}
Last modified date
{% endif %}
|
{{ file_.date_created.strftime('%Y-%m-%d') }} |
|
PUID
|
{% if file_.puid %}
{{ file_.puid }}
{% else %}
n/a
{% endif %}
|
|
Format
|
{{ file_.file_format }}
{% if file_.format_version != None %}
({{ file_.format_version }})
{% endif %}
|
|
Checksum type
|
{{ file_.checksum_type }} |
|
Checksum value
|
{{ file_.checksum_value }}
|
{% if premisxml %}
|
PREMIS Object XML
|
{% for line in premisxml: %}{{ line }}
{% endfor %}
|
{% endif %}
{% if preservation_file %}
|
Preservation copy
|
{{ preservation_file.name }}
|
{% endif %}
{% if original_filename %}
|
Original file
|
{{ original_filename }}
|
{% endif %}