CASE: display the current title of a block in an export

There’s the option to access the title of an export block (in which you select accounts, reports, reconciliations, …) by this code:

{{ export.current_title }}

This was already accessible in the detail text of an export. This is the name of a block in an export:

This can also be used from now on next to the page numbering. So you could indicate next to the page number to which block a page belongs to, by doing this for instance:
24

You can find the settings of an export by clicking on a style on firm level, and then proceed to go to “Advanced Settings”. In there, you can use this code:

{{ export.current_title }} | {{page.number}}

which will gives this as an output:

So each page now will also be seen to which type it belongs to.