I created a new dexterity content type (named Report) using schema interface. Also I defined a custom view having a template report_view.pt.
I need some content from the original/default template to use in my custom template. Where can I find the code used for default view template of a dexterity content type?
https://github.com/plone/plone.dexterity/blob/master/plone/dexterity/browser/configure.zcml
The default view for Dexterity content uses a WidgetsView and renders all widgets in display mode.
The standard view definition in browser/configure.zcml references the page template involved:
Additionally, the plone.app.dexterity package overwrites the default view for containerish content types with: