{% load humanize %}

{% block summary_stats %} {% for lane in lane_summary_list %} {% endfor %}
No Match QC Failed Unique Repeat
Cycles Flowcell Lane End Cluster / Tile pM Raw Reads total % total % 0 mismatch 1 mismatch 2 mismatch Total 0 mismatch 1 mismatch 2 mismatch Total
{{ lane.cycle_width }} {{ lane.flowcell_id }} {{ lane.lane_id }} {% if lane.end %}{{ lane.end }}{% endif %} {{ lane.clusters.0|intcomma }} {{ lane.successful_pm }} {{ lane.reads|intcomma }} {{ lane.no_match|intcomma }} {{ lane.no_match_percent|stringformat:".2f" }} {{ lane.qc_failed|intcomma }} {{ lane.qc_failed_percent|stringformat:".2f" }} {{ lane.match_codes.U0|intcomma }} {{ lane.match_codes.U1|intcomma }} {{ lane.match_codes.U2|intcomma }} {{ lane.unique_reads|intcomma }} {{ lane.match_codes.R0|intcomma }} {{ lane.match_codes.R1|intcomma }} {{ lane.match_codes.R2|intcomma }} {{ lane.repeat_reads|intcomma }}


{% for lane in lane_summary_list %}

{{lane.cycle_width}} {{ lane.flowcell_id }} lane {{ lane.lane_id }} {% if lane.end %} end {{ lane.end }}{% endif %}

{% endfor %} {% endblock %}