{% extends '@EasyAdmin/crud/detail.html.twig' %} {# Override the main content block #} {% block main %} {# Call the parent block first to maintain standard layout #} {{ parent() }} {# Custom additions after the standard form #} {% if entity.instance.filename is defined and entity.instance.filename %}

Produktbild Vorschau

{{ entity.instance.description }}

Dateiname: {{ entity.instance.filename }}

Design: {{ entity.instance.designer }}

{% endif %} {% endblock %}