{% 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 %}