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

All Spheres

image {{for map in range(1, len(displayed_spheres)+1)}} {{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_spheres) != number_of_seeds}}

Only {{len(displayed_spheres)}} 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}}
Regions summary
{{py: region = summary.items()}} {{for k, v in region}} {{endfor}} {{for idx in range(number_of_seeds)}} {{for k, v in region}} {{endfor}} {{endfor}}
{{k}}
{{v[idx]}}
{{endif}} {{ parameters|html }}
{{enddef}}