Heyho, I'm having a Builder that builds blocks which then on save contain data for multiple models. Right now I face two problems: 1.) Is there a way to require a confirmation before the delete-action on that block is performed? 2.) How can I access the block that is about to be deleted, so I can perform the appropriate database-operations? Thanks in advance.