how to achieve a few blocks in Show List in Sonata Admin Bundle?
I do not mean Tabs. Can it be done without custom template?
Don't know yet how to do this vertically, but horizontally:
$formMapper
->with('group1')
->add('foo')
->end()
->with('group2')
->add('bar')
->add('baz')
->end()