Modifying list view in Sonata
I'm using SonataAdminBundle for a Symfony project and I want to list entities not in table, but using vertical tabs. So, I want to have a tab, corresponding to each entity, so that pushing this tab opens fields selected by configureListFields at the right. Is sonata capable of it? Thanks for your help. As mentionned on the SonataAdmin documentation , it is possible override the default templates Sonata uses to render the admin UI: sonata_admin: templates: list: SonataAdminBundle:CRUD:list.html.twig inner_list_row: SonataAdminBundle:CRUD:list_inner_row.html.twig ... The list template is