{{inherit "base.html"}} {{def navbar}} {{enddef}} {{def report}}

No image to display. {{for map in range(1, len(displayed_maps))}} {{endfor}}
{{if description}}

{{description}}

{{endif}} {{if number_of_seeds}}

The masker has {{number_of_seeds}} spheres in total (displayed together on the first image).

{{if len(displayed_maps) != number_of_seeds}}

Only {{len(displayed_maps)}} specific spheres can be browsed in this report with Previous and Next buttons.

{{else}}

They can be individually browsed using Previous and Next buttons.

{{endif}} {{endif}}

{{if summary_html}}
Regions summary
{{summary_html|html}}
{{endif}} {{if parameters}}
{{ parameters|html }}
{{endif}}
{{enddef}}