{{ panel.title }}

{% set most_recent = panel.data.most_recent_file_record %} {% set extracted_id = most_recent.record_id | default((most_recent.local_attributes | default({})).get('record_id', '')) if most_recent else '' %}

File Info

{% if panel.data.most_recent_file_record %} {% set context = {'file': panel.data.most_recent_file_record} %} {% include 'panels/_mini_file_view.html' with context %} {% else %}

No files in collection.

{% endif %}