New to Symfony2.
I followed several tutorials to install & configure Sonata with FOSUser and I generated a SonataUser bundle.
SonataAdmin seems to be designed to run on it's own in terms of templates.
Now I have an existing project and I'd like to use some parts of Sonata (user list/edit, group list/edit, ...) into my current project's interface.
I'm wondering the best way to do it.
I firstly though about extending my layout with Sonata templates to keep advantage of the maintainability but there are many things that I don't need (like the top nav bar, breadcrumbs, ...).
I also though about calling parts of Sonata but I don't really know how to it, and I'm not sure it's a good idea.
Could someone point me to the right direction ?