{% set intro = "Identified secondary metabolite regions using strictness '{}'".format(options.hmmdetection_strictness) %}
{% if options.triggered_limit %}
{{intro}} (truncated to the first {{options.limit}} record(s))
{% else %}
{{intro}}
{% endif %}
{% set ns = namespace(svg_idx=0) %}
{% for batch in records | batch(50) %}
{% for record in batch -%}
{% set ns.svg_idx = ns.svg_idx + 1 %}