{# Detail partial for file_upload fields. - If the field has _image_preview=True and the stored value looks like an image, render a thumbnail. - Otherwise show the filename as a download link (or plain text). #} {% set _is_image = field._image_preview is defined and field._image_preview %} {% set _parsed = field.parse_value(value) if value else [] %} {% if in_section %}