{% for record in records %}
{% for region in record.regions %}
{% set hybrid_text = "" %}
{% if region.products | length > 1 %}
{% set hybrid_text = "hybrid " %}
{% endif %}
{% 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))