{% load static %} {% get_static_prefix as STATIC_PREFIX %} {% load custom_tags %} {% include "chlamdb/header.html" %}
{% include "chlamdb/comparison_header.html" %} {% if show_comparison_table %}

{{table_title|safe}}

Help to interpret the results

{{table_help|safe}}


{% for title in table_headers %} {% endfor %} {% for row in table_rows %} {% for value in row|slice_up_to:n_data_columns %} {% if forloop.counter0 < first_coloured_row %} {% else %} {% with color_i=forloop.counter0|add:hist_colour_index_shift %} {% with colour=row|return_item:color_i %} {% if colour != 0 %} {% else %} {% endif %} {% endwith %} {% endwith %} {% endif %} {% endfor %} {% endfor %}
{{title}}
{{value|safe}}{{value}}{{value}}
{% endif %}