Using no-duplication tags
begin-no-duplication and end-no-duplication : Use no-duplication tag that can be used to wrap groups in "for-each-result" blocks. Any content inside the no-duplication tags will only be included in the first result, but not in any subsequent results:
{%% begin-no-duplication %%}
and
{%% end-no-duplication %%}
begin-for-each-result : When multiple results are selected to create a report, the template section is duplicated in the template via:
{%% begin-for-each-result : toc-targets %%}
Use begin-no-duplication in the for-each loop to wrap sections. Using the no-duplication tag in this way will suppress repeated information in all but the first section.