{% extends 'base.html' %} {% block content %} {% for index in range(image_paths|length) %}

{% if subset_id|length <= 1 %} Decontam Histogram of Contaminant Scores {% else %} Decontam Histogram of Contaminant Scores
{{subset_id[index]}} {% endif %}

{{ contam_label[index] }} {{ true_label[index] }} {{ unknown_label[index] }} % Contaminant
{{ contamer[index] }} {{ truer[index] }} {{ unknownr[index] }} {{ percenter[index] }}%
{% if subset_id|length > 1 %}
{% endif %} {% endfor %} {% endblock %}