diff --git a/templates/info_providers/bulk_import/step2.html.twig b/templates/info_providers/bulk_import/step2.html.twig index 350fffdf..55ce25d1 100644 --- a/templates/info_providers/bulk_import/step2.html.twig +++ b/templates/info_providers/bulk_import/step2.html.twig @@ -216,8 +216,11 @@ {% set isTopResult = loop.first %} - + {% if dto.preview_image_url %} + + {% endif %} {# Check for matches against source keyword (what was searched) #} @@ -257,7 +260,7 @@ {{ result.sourceField ?? 'unknown' }} {% endif %} {% if result.sourceKeyword %} -
{{ result.sourceKeyword }} +
{{ result.sourceKeyword }} {% endif %}