{% extends 'base.html' %} {% load staticfiles %} {% block panel %} {% if proximal_dendrogram and distal_dendrogram %} {% endif %}
{% include 'sidebar.html' with heatmap='{{proximal_dendrogram}}'%}
{% if not distal_dendrogram and not proximal_dendrogram %} {% include 'instruction.html' %} {% endif %} {% if proximal_dendrogram and distal_dendrogram %} Download proximal plot as SVG

White tile indicates non-significant value.

Download distal plot as SVG

White tile indicates non-significant value.

{% endif %}
{% include 'peak_db_selection.html' %} {% include 'plot_peak_selection.html' %} {% include 'plot.html' %}
{% endblock %}