{% set info = h.files_link_details(data[field.field_name]) %} {% set cls = field.files_image_class or "img-thumbnail" %} {% if info and info.href %} {{ info.label }} {% elif field.files_image_placeholder %} {{ _('Image not found') }} {% endif %}