Creating a PDF from a dependent app does not work

@mark.breuss it seems that server modules used as a dependency only have access to the client modules/forms of the main app that’s calling them.

It works if you do .render_form('Form1')

I suspect there is a good reason for this and I can’t think of a good solution…