I have a page with a modal window.
I can show and hide this modal with a button and the right data-bs- attributes, this works.
Now, What I want is to have the modal shown on page load. It seems the only proper way to do it is to get the modal element in JS and call its .show() method.
But I don't know how to do it on a qweb-only template. Is there a way ?