{% load staticfiles %} {% block results_block %}
{% for result in results %}

The number of matches in the group: {{ result.elem_cnt }}

The best result:

Score: {{ result.score }}
Structure ID: {{ result.mol_id }}
Genome ID: {{ result.genome_id }}
Cluster: {{ result.cluster }}
Product name: {{ result.product_name }}
Num AA: {{ result.AA_number }}
Num Matched AA: {{ result.AA_matching_number }}

{% endfor %}
{% endblock %}