{% extends 'base.html' %} {% block title %} {{ first_profile.probe }} - {{ second_profile.probe }} profile comparison {% endblock %} {% block container %}

Comparing profiles of {{ first_profile.probe }} and {{ second_profile.probe }}

{% if pcc %}

PCC: {{ pcc }}

{% endif %} {% if hrr %}

HRR: {{ hrr }}

{% endif %} {% if species_id %} {% if normalize == 1 %} Normalization: Enabled | (disable) {% else %} Normalization: Disabled | (enable) {% endif %} {% else %} {% if normalize == 1 %} Normalization: Enabled | (disable) {% else %} Normalization: Disabled | (enable) {% endif %} {% endif %}

{% endblock %} {% block extrajs %} {% endblock %}