Is there a possibility to make conditionals in the template depending on the current page that is being printed in Qweb reports?
e.g: <t t-if="page > 1"> do something that's on other pages except the first </t>
This was available in the header and footer section of report_webkit
Thanks
Did you finally get a way to detect the page number?