------------------
* Add batching to ``plone.z3cform.crud`` CrudForm.
* Look up the layout template as an IPageTemplate adapter. This means that
it is possible for Plone to provide a "Ploneish" default template for forms
that don't opt into this, without those forms having a direct Plone
dependency.
* Default to the titleless form template, since the layout template will
provide a title anyway.
* In ``plone.z3cform.layout``, allow labels to be defined per form
instance, and not only per form class.