introduce a default render implementation on the base widget, which
add_media and then call the newly introduced method
_render(form, field, formrenderer), abstract of the base widget class.
This allow a litle code factorisation and avoid to forget the call to
add_media in subclasses.
Add some entities
-----------------
As manager, you can access to entity creation forms by using the `site management`_ page.
.. _`site management`: manage
As regular user, the index page or the action box may propose some links to create entities according to the context.