{% if region.has_any_polymer() %}
Predicted core structure(s) {{help_tooltip(tooltip, "nrps-structures")}}
{% for candidate in region.candidate_clusters %} {% if candidate.smiles or candidate.polymer %}
For candidate cluster {{candidate.number}}, location {{candidate.location.start}} - {{candidate.location.end}}: {{collapser_start("CC%s" % candidate.number, level="candidate")}} {% if candidate.smiles %}
{{candidate.get_warning()}}
{% endif %} {% if candidate.polymer %}
Polymer prediction:
{{candidate.polymer}}
{% if candidate.domain_docking_used and candidate.ordering %}
Non-colinear ordering:
{% for name in candidate.ordering %} {% if not loop.first %} + {% endif %}{{name}} {% endfor %}
{% endif %}

Direct lookup in NORINE database: strict or relaxed
{% endif %} {{collapser_end()}}
{% if candidate.smiles %} {% endif %} {% if loop.index < region.candidate_clusters | length %}
{% endif %} {% endif %} {% endfor %}

Link to NORINE database query form
{% endif %}