Do not use relatorio template loader
For now on each report rendering, we have to write the template on a tmp file to pass to the relatorio loader. And this file will be read by the Genshi Template.
This is a an expensive operation while we could skip the relatorio loader and directly instantiate the Genshi Template with the report_content from memory.