Commit 4c21aec3 authored by Jérome Perrin's avatar Jérome Perrin

odt_style: WIP hierarchy

parent 249856d9
Pipeline #17535 failed with stage
in 0 seconds
......@@ -159,10 +159,10 @@
render_prefix=render_prefix)">
<tal:block metal:define-macro="render_report_section">
<tal:block tal:condition="report_item/getTitle">
<text:p
<text:h
tal:content="report_item/getTitle"
tal:attributes="text:style-name string:Heading_20_${report_item/getLevel}"
>report item title</text:p><text:p/>
tal:attributes="text:style-name string:Heading_20_${report_item/getLevel}; text:outline-level report_item/getLevel"
>report item title</text:h><text:p/>
</tal:block>
<tal:block tal:condition="report_item/getFormId">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment