{# templates/collection/panels/_mini_file_view.html #} {% set base_record = context.file.annotations['file/base'].record %} {% set local_attrs = context.file.local_attributes %}
Name
{{ base_record.name }}
Extension {{ base_record.extension or 'None' }}
Size {{ human_filesize(base_record.size) }}
Media Type {{ base_record.media_type }}
Modified {{ local_attrs.date_modified.strftime('%Y-%m-%d %H:%M') }}
Created {{ local_attrs.date_created.strftime('%Y-%m-%d %H:%M') }}