I'm trying to show/hide content of a div with specific ID. Normally I would use the jquery hide(), show() commands. Can someone give me an example how to use hide, show in a qweb template or is there a better way to do this?
And I have read the documentation for QWEB and javascript, but I don't get it. So please no copy/paste the example from the documentation.