{% extends "admin/core_custom/show_choice_base.html.twig" %} {% block display_value %} {% for key, item in value %} {% set imagePath = item.fileUrl ? item.fileUrl : item.externalImageUrl %} {% if imagePath %} {% endif %} {% endfor %} {% endblock %}