Top {{ top_n_structures|length }} Structures
{% for item in top_n_structures %}
{% for key, value in item.metrics.items() %}
{{ key }}:
{{ value }}
{% endfor %}
{% endfor %}
Bottom {{ bottom_n_structures|length }} Structures
{% for item in bottom_n_structures %}
{% for key, value in item.metrics.items() %}
{{ key }}:
{{ value }}
{% endfor %}
{% endfor %}