{% import 'region_table_macros.html' as region_table %} {{page_title}} - {{regions_written}} region(s) - antiSMASH results {% set multi_record = records | length + records_without_regions | length > 1 %} {% if records %}
{% 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 %}
{% for record in records -%}
{{record.get_from_record()}}
{{ region_table.single_record_table(record, multi_record, options) }}
{%- endfor %}
{% if multi_record %} {% endif %} {% if records_without_regions %}
No secondary metabolite regions were found in these records:
{% for record in records_without_regions %}
{{record.get_from_record()}}
{% endfor %}
{% endif %}
{% if multi_record %}
{{switch("Compact view", "overview-switch-compact", starts_on=options.html_start_compact)}}
{% endif %}
{% else %}
No results found on input.
{% endif %} {% include 'regions.html' %} {% include 'footer.html' %} {% include 'svg_references.html' %}