{% comment %} Image Preview Card - for change form detail view Shows thumbnail with file info in a compact card layout. {% endcomment %}
{# Thumbnail #}
{{ alt_text }}
zoom_in
{# File Info #}
{% if filename %}
image {{ filename }}
{% endif %}
{% if file_size %}
storage {{ file_size }}
{% endif %} {% if dimensions %}
aspect_ratio {{ dimensions }}
{% endif %} {% if file_type %}
{{ file_type }}
{% endif %}
{# Action hint #}
Click to preview