{% extends 'base.html' %} {% block content %} {% load staticfiles %} {% if experiment_name %}

{% for gene in gene_list %} {% endfor %}
Gene ID (count={{ gene_list|length }}) Gene Name Pearson's Correlation Coefficient Description
{{ gene.gene_id }} {{ gene.gene_name }} {{ gene.correlation|floatformat:2 }} {{ gene.description }}

{% endif %} {% endblock %}